Move extern crate rlibc to lib.rs

This commit is contained in:
Philipp Oppermann
2020-07-16 15:42:16 +02:00
parent e78d33a5bf
commit acf3717551
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]
extern crate rlibc;
use core::panic::PanicInfo;
pub mod serial;

View File

@@ -4,7 +4,6 @@
#![test_runner(blog_os::test_runner)]
#![reexport_test_harness_main = "test_main"]
extern crate rlibc;
use blog_os::println;
use core::panic::PanicInfo;