linter-rust
linter-rust copied to clipboard
Run cargo commands on other directories
For example, linting doesn't work when in the examples/ directory of a Rust project. The command
cargo check --examples
Can be used in that case