Merge "Disable unnecessary_wraps clippy lint"
This commit is contained in:
commit
8348e09173
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ var (
|
|||
// deny.
|
||||
defaultClippyLints = []string{
|
||||
"-A clippy::type-complexity",
|
||||
"-A clippy::unnecessary-wraps",
|
||||
}
|
||||
|
||||
// Rust lints for vendor code.
|
||||
|
|
Loading…
Reference in a new issue