Skip to content

Commit 0e82bea

Browse files
committed
Ignore ignore_without_reason pedantic clippy lint in test
warning: `#[ignore]` without reason --> tests/features.rs:2:1 | 2 | #[ignore] | ^^^^^^^^^ | = help: add a reason with `= ".."` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ignore_without_reason = note: `-W clippy::ignore-without-reason` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::ignore_without_reason)]`
1 parent 24bbf16 commit 0e82bea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/features.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::ignore_without_reason)]
2+
13
#[test]
24
#[ignore]
35
fn make_sure_no_proc_macro() {

0 commit comments

Comments
 (0)