Correctly format the tests and import TryFrom
This commit is contained in:
parent
0dcb392e98
commit
2b8e2f836f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue