From b8f7ed239495ae9b6d043365e19965006f007572 Mon Sep 17 00:00:00 2001 From: Askar Safin Date: Tue, 23 Jul 2024 23:11:26 +0300 Subject: [PATCH] library/core/src/primitive.rs: small doc fix Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com> --- library/core/src/primitive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/primitive.rs b/library/core/src/primitive.rs index 435e211bac8f..81a72118614d 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