library/core/src/primitive.rs: small doc fix · model-checking/verify-rust-std@2b3eacb (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 2b3eacb

safinaskarworkingjubilee

and

authored

library/core/src/primitive.rs: small doc fix

Co-authored-by: Jubilee 46493976+workingjubilee@users.noreply.github.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
33 33 //!
34 34 //! We also used `::core` instead of `core`, because `core` can be
35 35 //! shadowed, too. Paths, starting with `::`, are searched in
36 -//! [extern prelude].
36 +//! the [extern prelude] since Edition 2018.
37 37 //!
38 38 //! [extern prelude]: https://doc.rust-lang.org/nightly/reference/names/preludes.html#extern-prelude
39 39