Merge "rust: Disable Byte Grouping Linter"

This commit is contained in:
Treehugger Robot 2021-02-25 22:46:02 +00:00 committed by Gerrit Code Review
commit 8e79268947

View file

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