Skip to content

Commit

Permalink
Rollup merge of rust-lang#91681 - WaffleLapkin:patch-3, r=scottmcm
Browse files Browse the repository at this point in the history
fix typo in `intrinsics::raw_eq` docs
  • Loading branch information
matthiaskrgr authored Dec 9, 2021
2 parents 5581de2 + 9f6da95 commit 47c64f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ extern "rust-intrinsic" {

/// Determines whether the raw bytes of the two values are equal.
///
/// The is particularly handy for arrays, since it allows things like just
/// This is particularly handy for arrays, since it allows things like just
/// comparing `i96`s instead of forcing `alloca`s for `[6 x i16]`.
///
/// Above some backend-decided threshold this will emit calls to `memcmp`,
Expand Down

0 comments on commit 47c64f6

Please sign in to comment.