Disable clippy::upper-case-acronyms

Bug: 184269635
Test: TH
Change-Id: Ib941f9d625d1b8cfc395fd926ddf301e11fb0c4a
This commit is contained in:
Jeff Vander Stoep
2021-04-01 19:40:37 +02:00
parent 32eccae1ac
commit 0f36d16fee

View File

@@ -54,6 +54,7 @@ var (
"-A clippy::type-complexity",
"-A clippy::unnecessary-wraps",
"-A clippy::unusual-byte-groupings",
"-A clippy::upper-case-acronyms",
}
// Rust lints for vendor code.