Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(enable_clippy): use correct rust-analyzer config key
The correct config key for a rust-analyzer check command table is `check`. `checkOnSave` is a boolean (there are some hints in the manual that `checkOnSave` as a table is aliased to `check` but even if it is the correct key is `check`) this prevents incorrect config conflicts downstream
- Loading branch information