We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be45a9 commit 2b3eacbCopy full SHA for 2b3eacb
core/src/primitive.rs
@@ -33,7 +33,7 @@
33
//!
34
//! We also used `::core` instead of `core`, because `core` can be
35
//! shadowed, too. Paths, starting with `::`, are searched in
36
-//! [extern prelude].
+//! the [extern prelude] since Edition 2018.
37
38
//! [extern prelude]: https://doc.rust-lang.org/nightly/reference/names/preludes.html#extern-prelude
39
0 commit comments