We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e37c4f commit 5a8cfb8Copy full SHA for 5a8cfb8
src/from.rs
@@ -1,5 +1,5 @@
1
use crate::{approximate_float, approximate_float_unsigned, FromPrimitive, Ratio};
2
-use std::convert::TryFrom;
+use core::convert::TryFrom;
3
4
macro_rules! impl_try_from {
5
( $($name:ty),* => $into:ty ; $approx:ident) => {
0 commit comments