Ignore redundant_else pedantic clippy lint

This commit is contained in:
David Tolnay 2020-12-21 19:08:28 -08:00
parent 6a4cd8d218
commit 5a815a52bb
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -339,6 +339,7 @@
// things are often more readable this way
clippy::cast_lossless,
clippy::module_name_repetitions,
clippy::redundant_else,
clippy::shadow_unrelated,
clippy::single_match_else,
clippy::too_many_lines,