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
+2
View File
@@ -1,6 +1,8 @@
#![allow(
clippy::decimal_literal_representation,
clippy::empty_enum,
clippy::manual_assert,
clippy::needless_pass_by_value,
clippy::unreadable_literal
)]
#![cfg_attr(feature = "unstable", feature(never_type))]