Fix typos “an”→“a” and a few different ones that appeared in the same search
This commit is contained in:
@@ -434,7 +434,7 @@ impl BorrowKind {
|
||||
ImmBorrow => hir::Mutability::Not,
|
||||
|
||||
// We have no type corresponding to a unique imm borrow, so
|
||||
// use `&mut`. It gives all the capabilities of an `&uniq`
|
||||
// use `&mut`. It gives all the capabilities of a `&uniq`
|
||||
// and hence is a safe "over approximation".
|
||||
UniqueImmBorrow => hir::Mutability::Mut,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user