Skip to content

Commit 63d878f

Browse files
committed
correct typo
1 parent e665fdf commit 63d878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/borrowck/gather_loans/lifetime.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ impl GuaranteeLifetimeContext {
172172
cmt: mc::cmt) -> bool {
173173
//! We can omit the root on an `@T` value if the location
174174
//! 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
175+
//! it is in a non-user-accessible temporary, or (2) an immutable
176176
//! lvalue.
177177
178178
cmt.mutbl.is_immutable() || match cmt.guarantor().cat {

0 commit comments

Comments
 (0)