Skip to content

Commit 338d7c2

Browse files
more typos
Co-authored-by: Nicholas Nethercote <[email protected]>
1 parent d1cace5 commit 338d7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/array/equality.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ macro_rules! is_raw_eq_comparable {
173173
)+};
174174
}
175175

176-
// SAFETY: All the ordinary integer types have no padding, and are no pointers.
176+
// SAFETY: All the ordinary integer types have no padding, and are not pointers.
177177
is_raw_eq_comparable!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize);
178178

179179
// SAFETY: bool and char have *niches*, but no *padding* (and these are not pointer types), so this

0 commit comments

Comments
 (0)