We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In cargo watch you can use -x for each thing you want it to do, so you could write
cargo watch
cargo watch -x build -x clippy
And you'd get a build and a clippy run. However, I'm not seeing how to do this in RA.