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,3 +1,5 @@
#![allow(clippy::similar_names)]
use serde::de::value::{self, MapAccessDeserializer};
use serde::de::{IntoDeserializer, MapAccess, Visitor};
use serde::{Deserialize, Deserializer};