library/core/src/primitive.rs: small doc fix · patricklam/verify-rust-std@2b3eacb (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 2b3eacb
and
authored
library/core/src/primitive.rs: small doc fix
Co-authored-by: Jubilee 46493976+workingjubilee@users.noreply.github.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -33,7 +33,7 @@ | ||
| 33 | 33 | //! |
| 34 | 34 | //! We also used `::core` instead of `core`, because `core` can be |
| 35 | 35 | //! shadowed, too. Paths, starting with `::`, are searched in |
| 36 | -//! [extern prelude]. | |
| 36 | +//! the [extern prelude] since Edition 2018. | |
| 37 | 37 | //! |
| 38 | 38 | //! [extern prelude]: https://doc.rust-lang.org/nightly/reference/names/preludes.html#extern-prelude |
| 39 | 39 |