Skip to content

Commit

Permalink
chore: Remove clippy lint past MSRV (needs 1.67)
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 18, 2023
1 parent 716170e commit 80d4cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ warn-on-all-wildcard-imports = true
allow-expect-in-tests = true
allow-unwrap-in-tests = true
allow-dbg-in-tests = true
allow-print-in-tests = true
disallowed-methods = [
{ path = "std::option::Option::map_or", reason = "prefer `map(..).unwrap_or(..)` for legibility" },
{ path = "std::option::Option::map_or_else", reason = "prefer `map(..).unwrap_or_else(..)` for legibility" },
Expand Down

0 comments on commit 80d4cdd

Please # to comment.