We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39acb06 commit 012bb7dCopy full SHA for 012bb7d
doc/rust.md
@@ -825,7 +825,7 @@ path_glob : ident [ "::" path_glob ] ?
825
~~~~~~~~
826
827
A _use declaration_ creates one or more local name bindings synonymous
828
-with some other [path](#paths). Usually an use declaration is used to
+with some other [path](#paths). Usually a `use` declaration is used to
829
shorten the path required to refer to a module item.
830
831
*Note*: unlike many languages, Rust's `use` declarations do *not* declare
0 commit comments