library/core/src/primitive.rs: small doc fix · model-checking/verify-rust-std@2b3eacb

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 2b3eacb

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

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)