Run cargo fmt

This commit is contained in:
Philipp Oppermann
2019-04-25 18:10:59 +02:00
parent c8087cdd6f
commit 8374aa6ab6
2 changed files with 10 additions and 7 deletions

View File

@@ -4,8 +4,8 @@
#![test_runner(blog_os::test_runner)]
#![reexport_test_harness_main = "test_main"]
use core::panic::PanicInfo;
use blog_os::{println, serial_print, serial_println};
use core::panic::PanicInfo;
#[no_mangle] // don't mangle the name of this function
pub extern "C" fn _start() -> ! {