Skip to content

Commit ce9df96

Browse files
committed
Silence warnings about unstable feature core
1 parent 89aee7e commit ce9df96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! the system libc library.
2222
2323
#![no_std]
24-
#![allow(unstable)]
24+
#![feature(core)]
2525

2626
// This library defines the builtin functions, so it would be a shame for
2727
// LLVM to optimize these function calls to themselves!

0 commit comments

Comments
 (0)