len_without_is_empty triggers for async len methods, but does not accept async is_empty methods #7232
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
The following will trigger the
len_without_is_empty
error:It probably shouldn't expect the exact signature
fn(&self) -> bool
.The text was updated successfully, but these errors were encountered: