rustic
rustic copied to clipboard
Support goto-error like 'compile' for 'clippy'
Currently, rustic only supports goto-error in rustic-compilation-mode.
However, the output format of Clippy is the same as rustc. Thus, the parser in rustic-compile-goto-error-hook can be reused for rustic-cargo-clippy-mode
Oh I find it is better to use derived-mode-p, so rustfmt and cargo check will also benefit from it.