Skip to content

Commit 120a3de

Browse files
committed
Fix unused variable warning.
1 parent d71179f commit 120a3de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustc/middle/typeck/check/method.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ impl LookupContext {
432432
}
433433
};
434434

435-
let tcx = self.tcx();
436435
let method = &impl_info.methods[idx];
437436

438437
// determine the `self` of the impl with fresh

0 commit comments

Comments
 (0)