Commit 0071ab3
committed
Ignore type_complexity clippy lint
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/item.rs:1665:10
|
1665 | ) -> Result<(
| __________^
1666 | | Option<(Token![&], Option<Lifetime>)>,
1667 | | Option<Token![mut]>,
1668 | | Token![self],
1669 | | )> {
| |______^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
= note: `-W clippy::type-complexity` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::type_complexity)]`1 parent 3610c34 commit 0071ab3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
| |||
0 commit comments