Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b3eacb

Browse files
safinaskarworkingjubilee
andauthoredJul 23, 2024
library/core/src/primitive.rs: small doc fix
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
1 parent 8be45a9 commit 2b3eacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/src/primitive.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
//!
3434
//! We also used `::core` instead of `core`, because `core` can be
3535
//! shadowed, too. Paths, starting with `::`, are searched in
36-
//! [extern prelude].
36+
//! the [extern prelude] since Edition 2018.
3737
//!
3838
//! [extern prelude]: https://doc.rust-lang.org/nightly/reference/names/preludes.html#extern-prelude
3939

0 commit comments

Comments
 (0)
Failed to load comments.