You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: try not to call a closure in the expression where it is declared
--> src/format/roll.rs:330:41
|
330 | "(" _ e:full_expression() _ ")" { e }
| ^^^^^ help: try doing something like: `{ e }`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
🤷
The text was updated successfully, but these errors were encountered:
After upgrading to 0.7 Clippy complains about all
precedence
rules:error:
🤷
The text was updated successfully, but these errors were encountered: