diff options
author | 2022-01-20 23:58:35 +0000 | |
---|---|---|
committer | 2022-01-21 19:47:53 +0000 | |
commit | 1a716de57e173e833baeb62f3fd2cacb0ce39c63 (patch) | |
tree | d11689d84b097466cf182eea3190bb4e58e0f1de /rust/config/lints.go | |
parent | d1227b20aab158051bca306dfbf6d664d4b4cc8b (diff) |
Update `RustDefaultVersion` to 1.58.1
Change-Id: Idf6b1e2a83eeb0bdace0583ab02d7c1b393b6c4c
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", |