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 8e0ec8c commit 27b8016Copy full SHA for 27b8016
src/rust-2018/path-changes.md
@@ -83,7 +83,7 @@ general way to express this, though it uses it for `proc_macro` crates.
83
84
Some examples of needing to explicitly import sysroot crates are:
85
86
-* [`std`]: Usually this is not neccesary, because `std` is automatically
+* [`std`]: Usually this is not necessary, because `std` is automatically
87
imported unless the crate is marked with [`#![no_std]`][no_std].
88
* [`core`]: Usually this is not necessary, because `core` is automatically
89
imported, unless the crate is marked with [`#![no_core]`][no_core]. For
0 commit comments