Skip to content

Commit 2b8e2f8

Browse files
committed
Correctly format the tests and import TryFrom
1 parent 0dcb392 commit 2b8e2f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/tests/nonzero.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
use core::num::{TryFromIntError, IntErrorKind, NonZeroI32, NonZeroI8, NonZeroU32, NonZeroU8};
1+
use core::convert::TryFrom;
2+
use core::num::{IntErrorKind, NonZeroI32, NonZeroI8, NonZeroU32, NonZeroU8, TryFromIntError};
23
use core::option::Option::{self, None, Some};
34
use std::mem::size_of;
45

0 commit comments

Comments
 (0)