commit | 8348e09173fb5be92f1d51ef88ea14f34b07d107 | [log] [tgz] |
---|---|---|
author | Jeffrey Vander Stoep <jeffv@google.com> | Sat Feb 20 07:06:41 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 20 07:06:41 2021 +0000 |
tree | 173c879b76b4a9a5dc6bca3726f1e93ddbc7bd8a | |
parent | 92c674dc32a01adcd191d917fcae00e716b7694d [diff] | |
parent | 41f8157ba72cefa9ec92c241f8352914e8ab2fc1 [diff] |
Merge "Disable unnecessary_wraps clippy lint"
diff --git a/rust/config/lints.go b/rust/config/lints.go index 06bb668..ac8165b 100644 --- a/rust/config/lints.go +++ b/rust/config/lints.go
@@ -52,6 +52,7 @@ // deny. defaultClippyLints = []string{ "-A clippy::type-complexity", + "-A clippy::unnecessary-wraps", } // Rust lints for vendor code.