Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #403 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 b957d2b + 8cfeedd commit d255918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -134,7 +134,6 @@
clippy::match_same_arms,
clippy::module_name_repetitions,
clippy::needless_pass_by_value,
clippy::option_if_let_else,
clippy::redundant_else,
clippy::single_match_else,
// code is acceptable
Expand Down

0 comments on commit d255918

Please sign in to comment.