Skip to content

Commit 80d4cdd

Browse files
committed
chore: Remove clippy lint past MSRV (needs 1.67)
1 parent 716170e commit 80d4cdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.clippy.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ warn-on-all-wildcard-imports = true
33
allow-expect-in-tests = true
44
allow-unwrap-in-tests = true
55
allow-dbg-in-tests = true
6-
allow-print-in-tests = true
76
disallowed-methods = [
87
{ path = "std::option::Option::map_or", reason = "prefer `map(..).unwrap_or(..)` for legibility" },
98
{ path = "std::option::Option::map_or_else", reason = "prefer `map(..).unwrap_or_else(..)` for legibility" },

0 commit comments

Comments
 (0)