Skip to content

Commit a2377f3

Browse files
committed
ci(clippy): allow larger enum variant size and errors for rustc 1.87
1 parent 8df4dcb commit a2377f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clippy.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
msrv="1.63.0"
1+
# 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

Comments
 (0)