Skip to content

Commit e94be74

Browse files
committed
ci: fix msrv checks
1 parent 5ec8bdd commit e94be74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/methods.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ fn methods() {
4242
self.count -= 2;
4343
}
4444

45+
#[allow(dead_code)]
4546
#[invariant(is_even(self.count))]
4647
fn this_var_collision(&mut self) -> usize {
4748
#[allow(unused_variables)]

0 commit comments

Comments
 (0)