We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcb392 commit 2b8e2f8Copy full SHA for 2b8e2f8
src/libcore/tests/nonzero.rs
@@ -1,4 +1,5 @@
1
-use core::num::{TryFromIntError, IntErrorKind, NonZeroI32, NonZeroI8, NonZeroU32, NonZeroU8};
+use core::convert::TryFrom;
2
+use core::num::{IntErrorKind, NonZeroI32, NonZeroI8, NonZeroU32, NonZeroU8, TryFromIntError};
3
use core::option::Option::{self, None, Some};
4
use std::mem::size_of;
5
0 commit comments