Skip to content

Commit

Permalink
Add rust_2024 prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 30, 2024
1 parent 8c789ff commit ec4068c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/names/preludes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Edition | `no_std` not applied | `no_std` applied
2015 | [`std::prelude::rust_2015`] | [`core::prelude::rust_2015`]
2018 | [`std::prelude::rust_2018`] | [`core::prelude::rust_2018`]
2021 | [`std::prelude::rust_2021`] | [`core::prelude::rust_2021`]
2024 | [`std::prelude::rust_2024`] | [`core::prelude::rust_2024`]


> **Note**:
Expand Down Expand Up @@ -143,6 +144,7 @@ This attribute does not affect the [language prelude].
[`core::prelude::rust_2015`]: ../../core/prelude/rust_2015/index.html
[`core::prelude::rust_2018`]: ../../core/prelude/rust_2018/index.html
[`core::prelude::rust_2021`]: ../../core/prelude/rust_2021/index.html
[`core::prelude::rust_2024`]: ../../core/prelude/rust_2024/index.html
[`core`]: ../../core/index.html
[`extern crate`]: ../items/extern-crates.md
[`macro_use` attribute]: ../macros-by-example.md#the-macro_use-attribute
Expand All @@ -153,6 +155,7 @@ This attribute does not affect the [language prelude].
[`std::prelude::rust_2015`]: ../../std/prelude/rust_2015/index.html
[`std::prelude::rust_2018`]: ../../std/prelude/rust_2018/index.html
[`std::prelude::rust_2021`]: ../../std/prelude/rust_2021/index.html
[`std::prelude::rust_2024`]: ../../std/prelude/rust_2024/index.html
[`std`]: ../../std/index.html
[`test`]: ../../test/index.html
[attribute]: ../attributes.md
Expand Down

0 comments on commit ec4068c

Please sign in to comment.