You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo clippy without a --bin parameter results in clippy producing this error and panicking (some stuff omitted):
$ cargo clippy
error: extra arguments to `rustc` can only be passed to one target, consider filtering
the package by passing e.g. `--lib` or `--bin NAME` to specify a single target
thread '<main>' panicked at 'cargo rustc failed', /.../master/src/lib.rs:131
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Sadly, I cannot use clippy with atom's rust-linter unless it can lint all the binaries in the Cargo.toml. Is this something that should be added?
The text was updated successfully, but these errors were encountered:
Running cargo clippy without a --bin parameter results in clippy producing this error and panicking (some stuff omitted):
Sadly, I cannot use clippy with atom's rust-linter unless it can lint all the binaries in the Cargo.toml. Is this something that should be added?
The text was updated successfully, but these errors were encountered: