What rust-doctor catches that clippy alone misses
Clippy reads compiled Rust. Half of what breaks a release is not Rust: a manifest, a git index, a config file, or the shape of code across files.
Arthur Jean
Articles about Rust code quality, static analysis, and rust-doctor.
Clippy reads compiled Rust. Half of what breaks a release is not Rust: a manifest, a git index, a config file, or the shape of code across files.
A health scan for Rust workspaces: what it checks, why it refuses to guess, and how to run it.