Bump edition to now stable 2024 edition (shiny!).
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ mod arch;
|
||||
/// Be sure to mark all limine requests with #[used], otherwise they may be removed by the compiler.
|
||||
#[used]
|
||||
// The .requests section allows limine to find the requests faster and more safely.
|
||||
#[link_section = ".requests"]
|
||||
#[unsafe(link_section = ".requests")]
|
||||
static BASE_REVISION: BaseRevision = BaseRevision::new();
|
||||
|
||||
#[panic_handler]
|
||||
|
||||
Reference in New Issue
Block a user