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
I have a rust crate that contains a separate Rust library within it (dependent on the main crate). Running Clippy on the main crate returns the usual Clippy output, but running:
I have a rust crate that contains a separate Rust library within it (dependent on the main crate). Running Clippy on the main crate returns the usual Clippy output, but running:
cargo +nightly clippy -p [sub-crate name]
orcargo +nightly clippy --all
returns:
Meta
rustc --version --verbose
:rustc 1.25.0 (84203ca 2018-03-25)
binary: rustc
commit-hash: 84203ca
commit-date: 2018-03-25
host: x86_64-unknown-linux-gnu
release: 1.25.0
LLVM version: 6.0
Backtrace:
The text was updated successfully, but these errors were encountered: