Skip to content

Commit 01bfd22

Browse files
committed
clippy.toml: bump up large error threshold
On 12.x apparently the "large error" (actually a copy of Self) returned by the plan API is a fair bit larger than it is on master, so we need to increase this threshold by a bunch.
1 parent d0e59e4 commit 01bfd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
msrv = "1.56.1"
22
# plan API returns Self as an error type for an large-ish enum
3-
large-error-threshold = 256
3+
large-error-threshold = 512

0 commit comments

Comments
 (0)