Merge "Disable unnecessary_wraps clippy lint"

This commit is contained in:
Jeffrey Vander Stoep 2021-02-20 07:06:41 +00:00 committed by Gerrit Code Review
commit 8348e09173

View file

@ -52,6 +52,7 @@ var (
// deny.
defaultClippyLints = []string{
"-A clippy::type-complexity",
"-A clippy::unnecessary-wraps",
}
// Rust lints for vendor code.