Skip to content

Commit 5a8cfb8

Browse files
committed
fix nostd
1 parent 4e37c4f commit 5a8cfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/from.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::{approximate_float, approximate_float_unsigned, FromPrimitive, Ratio};
2-
use std::convert::TryFrom;
2+
use core::convert::TryFrom;
33

44
macro_rules! impl_try_from {
55
( $($name:ty),* => $into:ty ; $approx:ident) => {

0 commit comments

Comments
 (0)