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:
David Tolnay
2018-04-07 19:18:35 -07:00
parent eed18ffab2
commit 8d85860064
-1
View File
@@ -10,7 +10,6 @@
#![no_std]
extern crate libc;
extern crate compiler_builtins;
#[start]
fn start(_argc: isize, _argv: *const *const u8) -> isize {