diff options
author | 2022-01-21 23:41:34 +0000 | |
---|---|---|
committer | 2022-01-21 23:41:34 +0000 | |
commit | 41f7a4a788a15de36c51544ec78b9deba2605ebf (patch) | |
tree | a2d67ce6dbe64b887c158bd68939f424c0377064 /rust/config/lints.go | |
parent | f49ca9e40d5970117989ded79d19bfbd11314ae4 (diff) | |
parent | 1a716de57e173e833baeb62f3fd2cacb0ce39c63 (diff) |
Merge "Update `RustDefaultVersion` to 1.58.1"
Diffstat (limited to 'rust/config/lints.go')
-rw-r--r-- | rust/config/lints.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/config/lints.go b/rust/config/lints.go index fe195c4c9..ef6b315e9 100644 --- a/rust/config/lints.go +++ b/rust/config/lints.go @@ -51,7 +51,6 @@ 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", |