Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve used_underscore_items pedantic clippy lint
warning: used underscore-prefixed item --> src/backtrace.rs:410:5 | 410 | _assert::<Backtrace>(); | ^^^^^^^^^^^^^^^^^^^^^^ | note: item is defined here --> src/backtrace.rs:409:5 | 409 | fn _assert<T: Send + Sync>() {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items = note: `-W clippy::used-underscore-items` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::used_underscore_items)]`
- Loading branch information