Fix crash on dev --limit-stderr-length

This commit is contained in:
Michael Wright 2019-06-25 07:30:29 +02:00 committed by flip1995
parent 4c771c3478
commit 11707f3443
No known key found for this signature in database
GPG key ID: 01C836B640FFDFB1

View file

@ -77,7 +77,7 @@ fn main() {
update_lints(&UpdateMode::Change);
}
},
_ => unreachable!(),
_ => {},
}
}