Skip to content

Commit

Permalink
Merge pull request #309 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 authored Dec 30, 2023
2 parents 55fa2ca + 5481cb9 commit b617188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
clippy::missing_errors_doc,
clippy::must_use_candidate,
clippy::needless_doctest_main,
clippy::option_if_let_else,
clippy::ptr_as_ptr,
clippy::redundant_else,
clippy::semicolon_if_nothing_returned, // https://github.com/rust-lang/rust-clippy/issues/7324
Expand Down

0 comments on commit b617188

Please sign in to comment.