Bump edition to now stable 2024 edition (shiny!).
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
#![no_std]
|
||||
|
||||
#![warn(tail_expr_drop_order)]
|
||||
#![warn(clippy::correctness, clippy::perf, clippy::nursery)]
|
||||
// alloc
|
||||
// io : serial, framebuffer, ascii(?), keyboard
|
||||
// ?????
|
||||
@@ -11,5 +12,5 @@ pub mod scheduling;
|
||||
|
||||
/// Re-exports most of the IO macros.
|
||||
pub mod prelude {
|
||||
pub use crate::{print_log, println, println_log, serial_print, serial_println};
|
||||
pub use crate::{print, print_log, println, println_log, serial_print, serial_println};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user