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 b8f331d commit 1c1b1cdCopy full SHA for 1c1b1cd
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 = 1032
3
+# TODO fix, see: https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
4
+large-error-threshold = 993
0 commit comments