Skip to content

Commit 11707f3

Browse files
Michael Wrightflip1995
authored andcommitted
Fix crash on dev --limit-stderr-length
1 parent 4c771c3 commit 11707f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn main() {
7777
update_lints(&UpdateMode::Change);
7878
}
7979
},
80-
_ => unreachable!(),
80+
_ => {},
8181
}
8282
}
8383

0 commit comments

Comments
 (0)