Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit ba9a502

Browse files
committed
Update to nightly Rust
1 parent 42a5454 commit ba9a502

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@
2121
//! the system libc library.
2222
2323
#![no_std]
24-
#![feature(no_std, core)]
24+
#![feature(no_std)]
2525
#![cfg_attr(test, feature(core_str_ext, core_slice_ext))]
2626

2727
// This library defines the builtin functions, so it would be a shame for
2828
// LLVM to optimize these function calls to themselves!
2929
#![no_builtins]
3030

31-
extern crate core;
32-
3331
#[cfg(test)] #[macro_use] extern crate std;
3432

3533
#[no_mangle]

0 commit comments

Comments
 (0)