This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Add Clippy support for Rust linting #1175
tjohnson-prometheum
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Isn't this supported by the Rust language server? If so there's no point in routing it through null-ls, since it's strictly worse to use a CLI vs. an actual language server. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw there was rustfmt support, but I didn't see any support for rust's official linter: clippy
Beta Was this translation helpful? Give feedback.
All reactions