File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ impl<T: ?Sized> *const T {
464
464
///
465
465
/// [`guaranteed_ne`]: #method.guaranteed_ne
466
466
///
467
- /// The return value may change depending on the compiler version and unsafe code might not
467
+ /// The return value may change depending on the compiler version and unsafe code must not
468
468
/// rely on the result of this function for soundness. It is suggested to only use this function
469
469
/// for performance optimizations where spurious `false` return values by this function do not
470
470
/// affect the outcome, but just the performance.
@@ -495,7 +495,7 @@ impl<T: ?Sized> *const T {
495
495
///
496
496
/// [`guaranteed_eq`]: #method.guaranteed_eq
497
497
///
498
- /// The return value may change depending on the compiler version and unsafe code might not
498
+ /// The return value may change depending on the compiler version and unsafe code must not
499
499
/// rely on the result of this function for soundness. It is suggested to only use this function
500
500
/// for performance optimizations where spurious `false` return values by this function do not
501
501
/// affect the outcome, but just the performance.
You can’t perform that action at this time.
0 commit comments