Open rbradford opened 1 year ago
I think it would be good if this could also run clippy across test files as well as #[cfg(test)] blocks e.g. the equivalent of cargo clippy --tests
#[cfg(test)]
cargo clippy --tests
I think it would be good if this could also run clippy across test files as well as
#[cfg(test)]
blocks e.g. the equivalent ofcargo clippy --tests