library/core/src/primitive.rs: small doc fix
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
This commit is contained in:
parent
b2e5ccef5e
commit
b8f7ed2394
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
//!
|
||||
//! We also used `::core` instead of `core`, because `core` can be
|
||||
//! shadowed, too. Paths, starting with `::`, are searched in
|
||||
//! [extern prelude].
|
||||
//! the [extern prelude] since Edition 2018.
|
||||
//!
|
||||
//! [extern prelude]: https://doc.rust-lang.org/nightly/reference/names/preludes.html#extern-prelude
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue