File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 79318b7c3b876a96c6f397617574bc1bfb6090df
2
+ refs/heads/master: a97588c34b1d7aa442706ce2cf7a66375f695c6b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 3cf3483ffd586b3042fda31c66d5afad7415e715
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ pub unsafe trait Zeroable {}
19
19
unsafe impl < T > Zeroable for * const T { }
20
20
unsafe impl < T > Zeroable for * mut T { }
21
21
unsafe impl < T > Zeroable for Unique < T > { }
22
- unsafe impl Zeroable for int { }
23
- unsafe impl Zeroable for uint { }
22
+ unsafe impl Zeroable for isize { }
23
+ unsafe impl Zeroable for usize { }
24
24
unsafe impl Zeroable for i8 { }
25
25
unsafe impl Zeroable for u8 { }
26
26
unsafe impl Zeroable for i16 { }
You can’t perform that action at this time.
0 commit comments