mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-16 22:51:01 +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]
|
#![no_std]
|
||||||
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
extern crate compiler_builtins;
|
|
||||||
|
|
||||||
#[start]
|
#[start]
|
||||||
fn start(_argc: isize, _argv: *const *const u8) -> isize {
|
fn start(_argc: isize, _argv: *const *const u8) -> isize {
|
||||||
|
|||||||
Reference in New Issue
Block a user