Skip to content

Commit 6056212

Browse files
committed
Make std use the edition 2024 prelude
This seem to have been overlooked in <#138162>
1 parent 6bcdcc7 commit 6056212

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
@@ -426,7 +426,7 @@
426426
// to import the prelude implicitly when building crates that depend on std.
427427
#[prelude_import]
428428
#[allow(unused)]
429-
use prelude::rust_2021::*;
429+
use prelude::rust_2024::*;
430430

431431
// Access to Bencher, etc.
432432
#[cfg(test)]

0 commit comments

Comments
 (0)