cargo clippy doesn't give warnings/errors after cargo check for clippy::cargo lint #6911
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
Steps to reproduce:
cargo init
command#![deny(clippy::cargo)]
lint in themain.rs
filecargo clippy
cargo check
cargo clippy
cargo clean
cargo clippy
againGives the same errors as before
Meta
cargo clippy -V
: clippy 0.0.212 (cb75ad5 2021-02-10)rustc -Vv
:The text was updated successfully, but these errors were encountered: