[`unused_async`]: don't lint if function is part of a trait Fixes #10459. We shouldn't lint if the function is part of a trait, because the user won't be able to easily remove the `async`, as this will then not match with the function signature in the trait definition changelog: [`unused_async`]: don't lint if function is part of a trait |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||