Comparing 2.0.115...2.0.116 · dtolnay/syn (original) (raw)
Commits on Feb 15, 2026
- Ignore type_complexity clippy lint
warning: very complex type used. Consider factoring parts intotypedefinitions
--> src/item.rs:1665:10
|
1665 | ) -> Result<(
| __________^
1666 | | Option<(Token![&], Option)>,
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-complexityimplied by-W clippy::all
= help: to override-W clippy::alladd#[allow(clippy::type_complexity)]
Configuration menu
Browse the repository at this point in the history
2. Configuration menu
Browse the repository at this point in the history
3. Configuration menu
Browse the repository at this point in the history
4. Configuration menu
Browse the repository at this point in the history
5. Configuration menu
Browse the repository at this point in the history