Update core::nonzero for isize/usize migration.
This commit is contained in:
parent
79318b7c3b
commit
a97588c34b
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ pub unsafe trait Zeroable {}
|
|||
unsafe impl<T> Zeroable for *const T {}
|
||||
unsafe impl<T> Zeroable for *mut T {}
|
||||
unsafe impl<T> Zeroable for Unique<T> { }
|
||||
unsafe impl Zeroable for int {}
|
||||
unsafe impl Zeroable for uint {}
|
||||
unsafe impl Zeroable for isize {}
|
||||
unsafe impl Zeroable for usize {}
|
||||
unsafe impl Zeroable for i8 {}
|
||||
unsafe impl Zeroable for u8 {}
|
||||
unsafe impl Zeroable for i16 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue