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

View File

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