We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df91cb9 commit 397ab31Copy full SHA for 397ab31
src/doc/reference.md
@@ -841,8 +841,8 @@ extern crate std as ruststd; // linking to 'std' under another name
841
842
A _use declaration_ creates one or more local name bindings synonymous with
843
some other [path](#paths). Usually a `use` declaration is used to shorten the
844
-path required to refer to a module item. These declarations may appear at the
845
-top of [modules](#modules) and [blocks](grammar.html#block-expressions).
+path required to refer to a module item. These declarations may appear in
+[modules](#modules) and [blocks](grammar.html#block-expressions), usually at the top.
846
847
> **Note**: Unlike in many languages,
848
> `use` declarations in Rust do *not* declare linkage dependency with external crates.
0 commit comments