mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore: Remove clippy lint past MSRV (needs 1.67)
This commit is contained in:
parent
716170eaa8
commit
80d4cdd688
1 changed files with 0 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue