remove incorrect statement from TRPL: crates and modules
This commit is contained in:
parent
d019a49ac8
commit
02c1351fa3
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue