Skip to content

Commit b672a2a

Browse files
authored
Rollup merge of rust-lang#145331 - theemathas:std-prelude-2024, r=tgross35
Make std use the edition 2024 prelude This seem to have been overlooked in <rust-lang#138162>
2 parents 14e2886 + 6056212 commit b672a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ pub mod prelude;
436436
// to import the prelude implicitly when building crates that depend on std.
437437
#[prelude_import]
438438
#[allow(unused)]
439-
use prelude::rust_2021::*;
439+
use prelude::rust_2024::*;
440440

441441
// Access to Bencher, etc.
442442
#[cfg(test)]

0 commit comments

Comments
 (0)