mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 02:28:00 +00:00
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:
@@ -10,7 +10,6 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate libc;
|
||||
extern crate compiler_builtins;
|
||||
|
||||
#[start]
|
||||
fn start(_argc: isize, _argv: *const *const u8) -> isize {
|
||||
|
||||
Reference in New Issue
Block a user