unused_async
lint does not work for methods
#9024
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
Summary
This program:
Makes
cargo clippy -- --deny clippy::unused_async
yield:However, I see no reason why it should not lint against
method
.Lint introduced in #7225.
Version
The text was updated successfully, but these errors were encountered: