Skip to content

Commit 1c1b1cd

Browse files
committed
ci(clippy): allow larger enum variant size and errors for rustc 1.87
Set to current largest size enum and error sizes.
1 parent b8f331d commit 1c1b1cd

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 = 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

Comments
 (0)