about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAskar Safin <safinaskar@mail.ru>2024-07-23 23:11:26 +0300
committerGitHub <noreply@github.com>2024-07-23 23:11:26 +0300
commitb8f7ed239495ae9b6d043365e19965006f007572 (patch)
tree090b3405a219c1333dc41dc108ebacad3909bbcb
parentb2e5ccef5ed3947cfe06ec4ae1361fa9bfa5f2b9 (diff)
downloadrust-b8f7ed239495ae9b6d043365e19965006f007572.tar.gz
rust-b8f7ed239495ae9b6d043365e19965006f007572.zip
library/core/src/primitive.rs: small doc fix
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
-rw-r--r--library/core/src/primitive.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/primitive.rs b/library/core/src/primitive.rs
index 435e211bac8..81a72118614 100644
--- a/library/core/src/primitive.rs
+++ b/library/core/src/primitive.rs
@@ -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