From 6099302f228418d85eb6f22b7eda59448652dfca Mon Sep 17 00:00:00 2001 From: Jake Lang Date: Sat, 26 Jan 2019 22:34:11 -0500 Subject: [PATCH] Ensure that non-std fundamentals are available in no-std mode --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 19ca1f6..75714c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ #![cfg_attr(not(feature = "std"), no_std)] -#![feature(lang_items)] #[cfg(not(feature = "std"))] pub mod convert;