Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning on duplicate test ignore attribute
warning: unused attribute --> tests/test_size.rs:27:60 | 27 | #[cfg_attr(not(all(wrap_proc_macro, not(span_locations))), ignore)] | ^^^^^^ | = note: #[warn(unused_attributes)] on by default
- Loading branch information