Commit 0e82bea
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments