1
Fork 0

fix typo in intrinsics::raw_eq docs

This commit is contained in:
Waffle Maybe 2021-12-09 02:23:11 +03:00 committed by GitHub
parent e6b883c74f
commit 9f6da95abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`,