cargo fmt

This commit is contained in:
Robert-M-Lucas
2025-01-01 14:30:55 +00:00
parent 38aab28025
commit f894fb15d5

View File

@@ -7,9 +7,9 @@
extern crate alloc;
use alloc::{boxed::Box, vec::Vec};
use core::hint::black_box;
use blog_os::allocator::HEAP_SIZE;
use bootloader::{entry_point, BootInfo};
use core::hint::black_box;
use core::panic::PanicInfo;
entry_point!(main);