Skip to content

Commit

Permalink
remove incorrect statement from TRPL: crates and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jul 28, 2015
1 parent d019a49 commit 02c1351
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/doc/trpl/crates-and-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,6 @@ of `foo` relative to where we are. If that’s prefixed with `::`, as in
`::foo::bar()`, it refers to a different `foo`, an absolute path from your
crate root.
Also, note that we `pub use`d before we declared our `mod`s. Rust requires that
`use` declarations go first.
This will build and run:
```bash
Expand Down

0 comments on commit 02c1351

Please sign in to comment.