Skip to content

Commit

Permalink
Ensure that non-std fundamentals are available in no-std mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelang committed Jan 27, 2019
1 parent f7ee7cf commit c517c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(lang_items)]

#[cfg(not(feature = "std"))]
pub mod convert;
Expand Down

0 comments on commit c517c0a

Please sign in to comment.