commit | 8e792689471e15c2617bbf99cde23f35a2430b11 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 25 22:46:02 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 25 22:46:02 2021 +0000 |
tree | 92572ccfbc3ccbcb2d23547e35e59090bc29fc2d | |
parent | fc3bfe54c3593b249aaacf771d9149c15d189c26 [diff] | |
parent | b6d0d9cec4f477b3280378929a0e58bad97648c8 [diff] |
Merge "rust: Disable Byte Grouping Linter"
diff --git a/rust/config/lints.go b/rust/config/lints.go index ac8165b..7c05e4f 100644 --- a/rust/config/lints.go +++ b/rust/config/lints.go
@@ -53,6 +53,7 @@ defaultClippyLints = []string{ "-A clippy::type-complexity", "-A clippy::unnecessary-wraps", + "-A clippy::unusual-byte-groupings", } // Rust lints for vendor code.