Remove no longer needed compiler_builtins
The `compiler_builtins` crate is now automatically injected whenever the `core` crate is injected.
This commit is contained in:
parent
eed18ffab2
commit
8d85860064
@ -10,7 +10,6 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate libc;
|
||||
extern crate compiler_builtins;
|
||||
|
||||
#[start]
|
||||
fn start(_argc: isize, _argv: *const *const u8) -> isize {
|
||||
|
Loading…
x
Reference in New Issue
Block a user