Skip to content

Commit

Permalink
Ignore redundant_else pedantic clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 22, 2020
1 parent 6a4cd8d commit 5a815a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5a815a5

Please sign in to comment.