commit | 41f8157ba72cefa9ec92c241f8352914e8ab2fc1 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Fri Feb 19 16:51:10 2021 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Fri Feb 19 17:19:39 2021 +0100 |
tree | 023360c5c94db65b94bfb3a5ad86bd6954f53e9a | |
parent | 71c139dced27182cf278012a274a6abf4bb65e1e [diff] [blame] |
Disable unnecessary_wraps clippy lint Bug: 180268112 Test: build Fixes: 180703142 Change-Id: I13f3de49318a6a9d2141042836a08ba7e300648f
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.