Skip to content

Commit b8f7ed2

Browse files
library/core/src/primitive.rs: small doc fix
Co-authored-by: Jubilee <[email protected]>
1 parent b2e5cce commit b8f7ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/primitive.rs

Lines changed: 1 addition & 1 deletion
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)