Skip to content

Commit bde8abe

Browse files
Auto merge of #145331 - theemathas:std-prelude-2024, r=<try>
Make std use the edition 2024 prelude try-job: i686-gnu-nopt-1
2 parents 2c1ac85 + 6056212 commit bde8abe

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)