Skip to content

Commit bef93cf

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

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
@@ -432,7 +432,7 @@
432432
// to import the prelude implicitly when building crates that depend on std.
433433
#[prelude_import]
434434
#[allow(unused)]
435-
use prelude::rust_2021::*;
435+
use prelude::rust_2024::*;
436436

437437
// Access to Bencher, etc.
438438
#[cfg(test)]

0 commit comments

Comments
 (0)