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 3c5954e commit 6133e10Copy full SHA for 6133e10
.cargo/mutants.toml
@@ -12,7 +12,7 @@ exclude_re = [
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 for .*>::decoder", # Mutant replacing Default::default() is equivalent to returning new()
15
- "<impl encoding::Decoder for .*>::read_limit", # Function is just a cast for optimization.
+ "<impl encoding::Decoder for .*>::read_limit", # Function is for optimization and does not need to be tested.
16
17
18
# ----------------------------------Crate-specific exclusions----------------------------------
0 commit comments