We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0463a commit fc490adCopy full SHA for fc490ad
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