Skip to content

Commit

Permalink
Update src/impls.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Wrenn <[email protected]>
  • Loading branch information
mrothNET and jswrenn authored Oct 11, 2024
1 parent b2c63ea commit 6a0452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ safety_comment! {
/// - The only value >= 1 for which 1 is an integer multiple is 1
/// Therefore, the only possible alignment for `u8` and `i8` is 1.
///
/// [1] Per https://doc.rust-lang.org/reference/types/numeric.html#bit-validity:
/// [1] Per https://doc.rust-lang.org/1.81.0/reference/types/numeric.html#bit-validity:
///
/// For every numeric type, `T`, the bit validity of `T` is equivalent to
/// the bit validity of `[u8; size_of::<T>()]`. An uninitialized byte is
Expand Down

0 comments on commit 6a0452a

Please sign in to comment.