Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore clippy::extra_unused_type_parameters lint in test
``` warning: type parameter goes unused in function definition --> src/tests/helper.rs:9:23 | 9 | fn _assert<T: Send + Sync + Unpin + std::panic::UnwindSafe>() {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: src/tests/mod.rs:27:1 | 27 | test_atomic_bool_pub!(); | ----------------------- in this macro invocation | = help: consider removing the parameter = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters = note: `#[warn(clippy::extra_unused_type_parameters)]` on by default = note: this warning originates in the macro `__test_atomic_common` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) ```
- Loading branch information