diff --git a/impl/src/lib.rs b/impl/src/lib.rs index 72afbd1..cc2ece2 100644 --- a/impl/src/lib.rs +++ b/impl/src/lib.rs @@ -1,3 +1,4 @@ +#![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))] #![allow( clippy::cast_possible_truncation, // https://github.com/rust-lang/rust-clippy/issues/7486 clippy::needless_pass_by_value,