diff --git a/parser/src/lib.rs b/parser/src/lib.rs index 28cee86..e3c9f64 100644 --- a/parser/src/lib.rs +++ b/parser/src/lib.rs @@ -38,7 +38,10 @@ #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] -#![cfg_attr(feature = "cargo-clippy", allow(match_same_arms))] +#![cfg_attr( + feature = "cargo-clippy", + allow(match_same_arms, should_implement_trait) +)] extern crate linked_hash_map;