File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2147,7 +2147,7 @@ mod type_keyword {}
2147
2147
/// (like `use_indexable` does), but the *implementation* of `get_unchecked` has no proof obligation
2148
2148
/// to contend with. Note that unlike normal `unsafe fn`, an `unsafe fn` in a trait implementation
2149
2149
/// does not get to just pick an arbitrary safety contract! It *has* to use the safety contract
2150
- /// defined by the trait (or a stronger contract, i.e., weaker preconditions).
2150
+ /// defined by the trait (or one with weaker preconditions).
2151
2151
///
2152
2152
/// Of course, the implementation may choose to call other unsafe operations, and then it needs an
2153
2153
/// `unsafe` *block* to indicate it discharged the proof obligations of its callees. For
You can’t perform that action at this time.
0 commit comments