diff --git a/.cargo/mutants.toml b/.cargo/mutants.toml index adb7e9f44..87cffbcf2 100644 --- a/.cargo/mutants.toml +++ b/.cargo/mutants.toml @@ -7,8 +7,6 @@ exclude_re = [ "impl Arbitrary", "impl Debug", "impl fmt::Debug", - "impl Display", - "impl fmt::Display", ".*Error", "deserialize", # Skip serde mutation tests "Iterator", # Mutating operations in an iterator can result in an infinite loop