Skip to content

Commit 5bba0b2

Browse files
committed
drive-by: squash annoying warning
1 parent ca57dfe commit 5bba0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/borrow_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn main() {
6161
subset_r1p.complete()
6262
};
6363

64-
let requires = {
64+
let _requires = {
6565
// Create a new iteration context, ...
6666
let mut iteration2 = Iteration::new();
6767

0 commit comments

Comments
 (0)