mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Use --all-features in rust-analyzer
This commit is contained in:
parent
1d54dd5c4f
commit
a1b7fa51f7
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
[language-server.rust-analyzer.config.checkOnSave]
|
||||
command = "clippy"
|
||||
[language-server.rust-analyzer.config]
|
||||
check.command = "clippy"
|
||||
cargo.features = "all"
|
||||
|
||||
[[language]]
|
||||
name = "rust"
|
||||
|
|
Loading…
Reference in a new issue