mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
A dependency on compiler_builtins is now automatically injected (#426)
This commit is contained in:
committed by
GitHub
parent
6d0f103c16
commit
dcf8b7767c
@@ -3,7 +3,6 @@
|
||||
#![no_std] // don't link the Rust standard library
|
||||
#![no_main] // disable all Rust-level entry points
|
||||
|
||||
extern crate rlibc;
|
||||
extern crate spin;
|
||||
extern crate volatile;
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user