Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Nethercote <[email protected]>
  • Loading branch information
RalfJung and nnethercote authored Aug 11, 2022
1 parent d1cace5 commit 338d7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/array/equality.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ macro_rules! is_raw_eq_comparable {
)+};
}

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

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

0 comments on commit 338d7c2

Please sign in to comment.