1
Fork 0
kantodb/.cargo/mutants.toml

6 lines
173 B
TOML

exclude_re = [
# test tool, not part of system under test
"<impl arbitrary::Arbitrary<",
# we do not test debug output, at least for now
"<impl std::fmt::Debug ",
]