We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e665fdf commit 63d878fCopy full SHA for 63d878f
src/librustc/middle/borrowck/gather_loans/lifetime.rs
@@ -172,7 +172,7 @@ impl GuaranteeLifetimeContext {
172
cmt: mc::cmt) -> bool {
173
//! We can omit the root on an `@T` value if the location
174
//! that holds the box is either (1) an rvalue, in which case
175
- //! is is in a non-user-accessible temporary, or (2) an immutable
+ //! it is in a non-user-accessible temporary, or (2) an immutable
176
//! lvalue.
177
178
cmt.mutbl.is_immutable() || match cmt.guarantor().cat {
0 commit comments