We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716170e commit 80d4cddCopy full SHA for 80d4cdd
.clippy.toml
@@ -3,7 +3,6 @@ warn-on-all-wildcard-imports = true
3
allow-expect-in-tests = true
4
allow-unwrap-in-tests = true
5
allow-dbg-in-tests = true
6
-allow-print-in-tests = true
7
disallowed-methods = [
8
{ path = "std::option::Option::map_or", reason = "prefer `map(..).unwrap_or(..)` for legibility" },
9
{ path = "std::option::Option::map_or_else", reason = "prefer `map(..).unwrap_or_else(..)` for legibility" },
0 commit comments