Clippy: Here's What You Should Know
SMRTR summary
Clippy is removing the implicit feature = "cargo-clippy" config used since 2016. Starting with Rust 1.78.0, use #[cfg(clippy)] instead, with automated fixes available via cargo clippy --fix.
SMRTR provides this summary for quick context. The original article belongs to Hacker Noon.
Read the original article