Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore dead_code lint on AssertSync trait
``` error: trait `AssertSync` is never used --> src/lib.rs:226:15 | 226 | trait AssertSync: Sync {} | ^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` ```
- Loading branch information