Skip to content

Commit f55a5d2

Browse files
committed
Ignore mixed_attributes_style clippy lint
warning: item has both inner and outer attributes --> tests/test_lints.rs:5:1 | 5 | / #[test] 6 | | fn test_unused_qualifications() { 7 | | #![deny(unused_qualifications)] | |___________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style = note: `#[warn(clippy::mixed_attributes_style)]` on by default
1 parent f770921 commit f55a5d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_lints.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::mixed_attributes_style)]
2+
13
use thiserror::Error;
24

35
pub use std::error::Error;

0 commit comments

Comments
 (0)