File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -841,8 +841,8 @@ extern crate std as ruststd; // linking to 'std' under another name
841
841
842
842
A _ use declaration_ creates one or more local name bindings synonymous with
843
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 ) .
844
+ path required to refer to a module item. These declarations may appear in
845
+ [ modules] ( #modules ) and [ blocks] ( grammar.html#block-expressions ) , usually at the top .
846
846
847
847
> ** Note** : Unlike in many languages,
848
848
> ` use ` declarations in Rust do * not* declare linkage dependency with external crates.
You can’t perform that action at this time.
0 commit comments