Skip to content

Commit

Permalink
Correctly format the tests and import TryFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Jun 8, 2020
1 parent 0dcb392 commit 2b8e2f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libcore/tests/nonzero.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use core::num::{TryFromIntError, IntErrorKind, NonZeroI32, NonZeroI8, NonZeroU32, NonZeroU8};
use core::convert::TryFrom;
use core::num::{IntErrorKind, NonZeroI32, NonZeroI8, NonZeroU32, NonZeroU8, TryFromIntError};
use core::option::Option::{self, None, Some};
use std::mem::size_of;

Expand Down

0 comments on commit 2b8e2f8

Please sign in to comment.