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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

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 {