Skip to main content

RUST_PATHS

Constant RUST_PATHS 

Source
pub const RUST_PATHS: &[&str];
Expand description

Files that mean “this commit touches Rust”. Cargo.toml and Cargo.lock count: a dependency bump compiles differently without a single .rs edit, and that is exactly when clippy earns its keep.

Exported for the registry’s drift guard: clippy and cargo-test consume this whole set while declaring only .rs plus a Cargo.toml opt-in.