]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #24112 - joshtriplett:patch-1, r=steveklabnik
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 7 Apr 2015 12:43:12 +0000 (18:13 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 7 Apr 2015 12:43:12 +0000 (18:13 +0530)
 traits.md said:

If we add a `use` line right above `main` and make the right things public,
everything is fine:

However, the use line was actually placed at the top of the file instead.  Move
the use line to right above main.  That also makes the example more evocative
of cases where the module is defined in a separate file.


Trivial merge