Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information