Skip to content

Commit 02c1351

Browse files
committed
remove incorrect statement from TRPL: crates and modules
1 parent d019a49 commit 02c1351

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,6 @@ of `foo` relative to where we are. If that’s prefixed with `::`, as in
517517
`::foo::bar()`, it refers to a different `foo`, an absolute path from your
518518
crate root.
519519
520-
Also, note that we `pub use`d before we declared our `mod`s. Rust requires that
521-
`use` declarations go first.
522-
523520
This will build and run:
524521
525522
```bash

0 commit comments

Comments
 (0)