We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea8f5db + 6056212 commit 16cb353Copy full SHA for 16cb353
1 file changed
library/std/src/lib.rs
@@ -432,7 +432,7 @@
432
// to import the prelude implicitly when building crates that depend on std.
433
#[prelude_import]
434
#[allow(unused)]
435
-use prelude::rust_2021::*;
+use prelude::rust_2024::*;
436
437
// Access to Bencher, etc.
438
#[cfg(test)]
0 commit comments