mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Fix crash on dev --limit-stderr-length
This commit is contained in:
parent
4c771c3478
commit
11707f3443
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ fn main() {
|
|||
update_lints(&UpdateMode::Change);
|
||||
}
|
||||
},
|
||||
_ => unreachable!(),
|
||||
_ => {},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue