Skip to content

Commit

Permalink
Merge pull request #2669 from dtolnay/optionifletelse
Browse files Browse the repository at this point in the history
Remove option_if_let_else clippy suppression
  • Loading branch information
dtolnay committed Dec 30, 2023
2 parents a0e6869 + 3d6a789 commit 28c5d21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion serde/src/lib.rs
Expand Up @@ -122,7 +122,6 @@
// things are often more readable this way
clippy::cast_lossless,
clippy::module_name_repetitions,
clippy::option_if_let_else,
clippy::single_match_else,
clippy::type_complexity,
clippy::use_self,
Expand Down
1 change: 0 additions & 1 deletion serde_derive/src/lib.rs
Expand Up @@ -50,7 +50,6 @@
clippy::match_wildcard_for_single_variants,
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 28c5d21

Please sign in to comment.