False positive for unit_arg when forwarding arguments #6447
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
I tried this code:
I expected to see this happen: No lint trigger.
Instead, this happened:
Meta
cargo clippy -V
: clippy 0.0.212 (7eac88abb 2020-11-16)rustc -Vv
:Playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=00536070342bc4272bf55d028d065d03
The text was updated successfully, but these errors were encountered: