1
Fork 0

Correctly format the tests and import TryFrom

This commit is contained in:
Alexis Bourget 2020-06-08 17:48:36 +02:00
parent 0dcb392e98
commit 2b8e2f836f

View file

@ -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;