Commit e0549d6
committed
Ignore items_after_statements pedantic clippy lint
warning: adding items after statements is confusing, since items exist from the start of the scope
--> generate/src/main.rs:131:5
|
131 | / fn try_kuhn(
132 | | src: usize,
133 | | adj_list: &[Vec<usize>],
134 | | visited: &mut [bool],
... |
147 | | false
148 | | }
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#items_after_statements
= note: `-W clippy::items-after-statements` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::items_after_statements)]`1 parent 73d7aaa commit e0549d6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments