]> git.lizzy.rs Git - rust.git/commit
doc: Remove extra whitespace in the middle of lines to provide alignment
authorNick Howell <howellnick@gmail.com>
Sun, 4 Jan 2015 17:31:02 +0000 (12:31 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Sat, 17 Jan 2015 15:51:53 +0000 (10:51 -0500)
commit0c26524134fe32ae1e9f07a128bee729278ac964
treed6e2a8b40526b530b574cea7f3824eee72fc5a90
parent34fa70fba5425cbbb96bce783e9fd5c23dd9b471
doc: Remove extra whitespace in the middle of lines to provide alignment

"Idiomatic code should not use extra whitespace in the middle of a line to provide alignment."
http://aturon.github.io/style/whitespace.html

I realize the linked page still needs an RFC, but the docs should be written in accordance with the guidelines nevertheless.
12 files changed:
src/doc/trpl/arrays-vectors-and-slices.md
src/doc/trpl/compound-data-types.md
src/doc/trpl/error-handling.md
src/doc/trpl/guessing-game.md
src/doc/trpl/iterators.md
src/doc/trpl/looping.md
src/doc/trpl/match.md
src/doc/trpl/ownership.md
src/doc/trpl/patterns.md
src/doc/trpl/pointers.md
src/doc/trpl/standard-input.md
src/doc/trpl/unsafe.md