Skip to content

Commit 8c4ada8

Browse files
committed
---
yaml --- r: 181738 b: refs/heads/master c: a97588c h: refs/heads/master v: v3
1 parent 85bdcd5 commit 8c4ada8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 79318b7c3b876a96c6f397617574bc1bfb6090df
2+
refs/heads/master: a97588c34b1d7aa442706ce2cf7a66375f695c6b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 3cf3483ffd586b3042fda31c66d5afad7415e715
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77

trunk/src/libcore/nonzero.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pub unsafe trait Zeroable {}
1919
unsafe impl<T> Zeroable for *const T {}
2020
unsafe impl<T> Zeroable for *mut T {}
2121
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 {}
2424
unsafe impl Zeroable for i8 {}
2525
unsafe impl Zeroable for u8 {}
2626
unsafe impl Zeroable for i16 {}

0 commit comments

Comments
 (0)