Commit 18c75c6
committed
Ignore dead_code warning in test
warning: trait `IsNotImplemented` is never used
--> tests/marker.rs:24:27
|
24 | trait IsNotImplemented {
| ^^^^^^^^^^^^^^^^
...
47 | assert_impl!(Group is not Send or Sync);
| --------------------------------------- in this macro invocation
|
= note: `#[warn(dead_code)]` on by default
= note: this warning originates in the macro `assert_impl` (in Nightly builds, run with -Z macro-backtrace for more info)1 parent 5cd21eb commit 18c75c6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments