Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correctly format the tests and import TryFrom
  • Loading branch information
poliorcetics committed Jun 8, 2020
commit 2b8e2f836f59db23630a06554b8e1a33f6c502f5
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