Merge "rust: Disable Byte Grouping Linter"
This commit is contained in:
commit
8e79268947
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ var (
|
|||
defaultClippyLints = []string{
|
||||
"-A clippy::type-complexity",
|
||||
"-A clippy::unnecessary-wraps",
|
||||
"-A clippy::unusual-byte-groupings",
|
||||
}
|
||||
|
||||
// Rust lints for vendor code.
|
||||
|
|
Loading…
Reference in a new issue