Skip to content

Commit

Permalink
mutants config
Browse files Browse the repository at this point in the history
  • Loading branch information
avl committed Jul 31, 2024
1 parent ee3d546 commit ce67377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/mutants.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
exclude_re = [
#"replace \\* with \\+ in ArcShift<T>::early_drop_opt",
".*replace is_superseded_by_tentative -> bool with false.*", #Because it still works, it just goes a little slower with this change
]

0 comments on commit ce67377

Please sign in to comment.