This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Is there a way to invert the order clippy/rustc? #966
Open
Description
I'm using this in VSCode settings.json
:
{
"rust-analyzer.checkOnSave.command": "clippy",
}
it works good.
But I would like to have rustc
errors before and only after the clippy
errors/warnings because sometimes clippy
can take many more seconds than rustc
.
Is there a way to invert the order?
Metadata
Metadata
Assignees
Labels
No labels