Skip to content

Commit 1239d20

Browse files
committed
Use feature no_std
1 parent b06bed7 commit 1239d20

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-
#![feature(core)]
24+
#![feature(no_std, 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)