]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #25530 - peferron:doc-closures-whitespace-fix, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 18 May 2015 03:25:38 +0000 (08:55 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Mon, 18 May 2015 03:25:38 +0000 (08:55 +0530)
Tiny fixes collected while reading through the Rust book. If they're too nitpicky please let me know and I'll ignore the next ones. :)

The spaces after the function and closure arguments might be intentional, but they do not make much sense: the usual formatting doesn't have such spaces, and they aren't helping align the three lines together either.

r? @steveklabnik (as suggested by [CONTRIBUTING.md](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md))


Trivial merge