You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments