Skip to content

Commit 8b82470

Browse files
committed
Rollup merge of rust-lang#27343 - steveklabnik:fix_module, r=alexcrichton
2 parents 319b428 + 02c1351 commit 8b82470

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/trpl/crates-and-modules.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,6 @@ of `foo` relative to where we are. If that’s prefixed with `::`, as in
521521
`::foo::bar()`, it refers to a different `foo`, an absolute path from your
522522
crate root.
523523
524-
Also, note that we `pub use`d before we declared our `mod`s. Rust requires that
525-
`use` declarations go first.
526-
527524
This will build and run:
528525
529526
```bash

0 commit comments

Comments
 (0)