Skip to content

Commit 6099302

Browse files
committed
Ensure that non-std fundamentals are available in no-std mode
1 parent c517c0a commit 6099302

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![cfg_attr(not(feature = "std"), no_std)]
2-
#![feature(lang_items)]
32

43
#[cfg(not(feature = "std"))]
54
pub mod convert;

0 commit comments

Comments
 (0)