Skip to content

Commit 5661455

Browse files
committed
Undocument use paths.
1 parent 6f0bdab commit 5661455

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/items/use-declarations.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,9 @@ In this example, the module `quux` re-exports two public names defined in
8282

8383
## `use` Paths
8484

85-
Paths in `use` items must start with a crate name or one of the [path
86-
qualifiers] `crate`, `self`, `super`, or `::`. `crate` refers to the current
87-
crate. `self` refers to the current module. `super` refers to the parent
88-
module. `::` can be used to explicitly refer to a crate, requiring an extern
89-
crate name to follow.
85+
> **Note**: This section is incomplete.
9086
91-
An example of what will and will not work for `use` items:
87+
Some examples of what will and will not work for `use` items:
9288
<!-- Note: This example works as-is in either 2015 or 2018. -->
9389

9490
```rust

0 commit comments

Comments
 (0)