clippy check for tests (#346)

This commit is contained in:
Daniel Gulotta 2025-07-17 19:30:14 -07:00 committed by GitHub
parent 143a8c9d4e
commit 673a461246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 30 additions and 31 deletions

View file

@ -466,6 +466,7 @@ mod tests {
names.iter().map(|s| s.to_string()).collect()
}
#[allow(clippy::upper_case_acronyms)]
type STA = StatementTmplArg;
type P = Predicate;
type NP = NativePredicate;