Skip to content

Commit

Permalink
Suppress option_if_let_else clippy pedantic lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 15, 2020
1 parent 9e140a2 commit 3022064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions serde/src/lib.rs
Expand Up @@ -111,6 +111,7 @@
// things are often more readable this way
cast_lossless,
module_name_repetitions,
option_if_let_else,
single_match_else,
type_complexity,
use_self,
Expand Down
1 change: 1 addition & 0 deletions serde_derive/src/lib.rs
Expand Up @@ -40,6 +40,7 @@
clippy::match_same_arms,
clippy::module_name_repetitions,
clippy::must_use_candidate,
clippy::option_if_let_else,
clippy::similar_names,
clippy::single_match_else,
clippy::struct_excessive_bools,
Expand Down

0 comments on commit 3022064

Please sign in to comment.