Skip to content

Commit fbf9752

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 5a04190 + ee43c7d commit fbf9752

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use crate::dos::cooperative_multitasking::TASKING;
1313
#[link_section = ".startup"]
1414
#[no_mangle]
1515
fn _start() -> ! {
16+
#[allow(static_mut_refs)]
1617
unsafe {
1718
GLOBAL_ALLOCATOR.init();
1819
TASKING.init(); // Relies on the allocator

0 commit comments

Comments
 (0)