Enable pedantic lints on test suite in CI

This commit is contained in:
David Tolnay
2021-11-04 20:21:43 -07:00
parent 8f16ac0a94
commit 1fcda0ebdb
9 changed files with 23 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
clippy::from_over_into,
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7422
clippy::nonstandard_macro_braces,
clippy::too_many_lines,
clippy::trivially_copy_pass_by_ref
)]