Hello everyone!
I’m trying to use Clippy for the first time in order to improve my code.
I am using the latest nightly build nightly-x86_64-unknown-linux-gnu - rustc 1.26.0-nightly (f5631d9ac 2018-03-24)
and clippy 0.189
.
I have installed clippy with cargo install clippy
and tried to run it with cargo clippy
. I always get the error multiple input filenames provided
no matter if I specify source files (cargo clippy src/main.rs
) or the whole project (cargo clippy
).
Should I report the bug? Is it my fault?
Thanks!