We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df4dcb commit a2377f3Copy full SHA for a2377f3
clippy.toml
@@ -1 +1,4 @@
1
-msrv="1.63.0"
+# TODO fix, see: https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
2
+enum-variant-size-threshold = 1000
3
+# TODO fix, see: https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
4
+large-error-threshold = 1000
0 commit comments