diff options
Diffstat (limited to 'rust/config/lints.go')
-rw-r--r-- | rust/config/lints.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/config/lints.go b/rust/config/lints.go index ef6b315e9..fe195c4c9 100644 --- a/rust/config/lints.go +++ b/rust/config/lints.go @@ -51,6 +51,7 @@ var ( // It should be assumed that any warning lint will be promoted to a // deny. defaultClippyLints = []string{ + "-A clippy::non-send-fields-in-send-ty", "-A clippy::type-complexity", "-A clippy::unnecessary-wraps", "-A clippy::unusual-byte-groupings", |