We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ef67ba + fc490ad commit a5ff116Copy full SHA for a5ff116
src/librustc/ty/mod.rs
@@ -514,7 +514,7 @@ pub enum BorrowKind {
514
515
/// Data must be immutable but not aliasable. This kind of borrow
516
/// cannot currently be expressed by the user and is used only in
517
- /// implicit closure bindings. It is needed when you the closure
+ /// implicit closure bindings. It is needed when the closure
518
/// is borrowing or mutating a mutable referent, e.g.:
519
///
520
/// let x: &mut isize = ...;
0 commit comments