chore: Remove clippy lint past MSRV (needs 1.67)

This commit is contained in:
Ed Page 2023-05-18 14:57:02 -05:00
parent 716170eaa8
commit 80d4cdd688

View file

@ -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" },