Add #[coverage(off)]
to closures introduced by #[test]
/#[bench]
This commit is contained in:
parent
bdfc64ac98
commit
6d7e80c5bc
8 changed files with 28 additions and 27 deletions
|
@ -6,6 +6,6 @@
|
|||
LL| |#[allow(dead_code)]
|
||||
LL| 0|fn unused() {}
|
||||
LL| |
|
||||
LL| 1|#[test]
|
||||
LL| |#[test]
|
||||
LL| 1|fn my_test() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue