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

View File

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