diff options
| author | Askar Safin <safinaskar@mail.ru> | 2024-07-23 23:11:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 23:11:26 +0300 |
| commit | b8f7ed239495ae9b6d043365e19965006f007572 (patch) | |
| tree | 090b3405a219c1333dc41dc108ebacad3909bbcb | |
| parent | b2e5ccef5ed3947cfe06ec4ae1361fa9bfa5f2b9 (diff) | |
| download | rust-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.rs | 2 |
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 |
