Skip to content

Commit

Permalink
mutants: exclude Listener::alive()
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Jan 16, 2024
1 parent 138d6b4 commit 7768876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/mutants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ exclude_re = [
"::fmt ->", # easy to break, hard to test completely
"<impl Error for ", # easy to break, hard to test completely
"<impl Arbitrary for ", # near-impossible to test
"<impl Listener for .*>::alive", # mutating this to true can only cause leaks
]

0 comments on commit 7768876

Please sign in to comment.