We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a04190 + ee43c7d commit fbf9752Copy full SHA for fbf9752
1 file changed
src/lib.rs
@@ -13,6 +13,7 @@ use crate::dos::cooperative_multitasking::TASKING;
13
#[link_section = ".startup"]
14
#[no_mangle]
15
fn _start() -> ! {
16
+ #[allow(static_mut_refs)]
17
unsafe {
18
GLOBAL_ALLOCATOR.init();
19
TASKING.init(); // Relies on the allocator
0 commit comments