Skip to content

Commit 504cd8c

Browse files
vanhauser-thcsmoelius
authored andcommitted
clippy
1 parent dd41484 commit 504cd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-afl/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fn integration_maze() {
101101
}
102102
}
103103

104-
assert!(false);
104+
unreachable!();
105105
}
106106

107107
fn fuzz_example(name: &str, should_crash: bool) {

0 commit comments

Comments
 (0)