false negative for disallowed-methods #9558
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
with
clippy.toml
produces no warnings.
Since
futures::stream
is re-export offutures_util::stream
, I also tried that but clippy didn't work neither.Lint Name
disallowed-methods
Reproducer
No response
Version
The text was updated successfully, but these errors were encountered: