We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33216c commit d4b8d6cCopy full SHA for d4b8d6c
.cargo/mutants.toml
@@ -11,7 +11,8 @@ exclude_re = [
11
"deserialize", # Skip serde mutation tests
12
"serde_details::<impl de::Visitor<'_>", # Skip serde mutation tests
13
"Iterator", # Mutating operations in an iterator can result in an infinite loop
14
- "impl encoding::Decodable", # Mutant replacing Default::default() is equivalent to returning new()
+ "<impl encoding::Decodable for .*>::decoder", # Mutant replacing Default::default() is equivalent to returning new()
15
+
16
17
# ----------------------------------Crate-specific exclusions----------------------------------
18
# Units
0 commit comments