1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Use --all-features in rust-analyzer

This commit is contained in:
Mo 2023-07-27 16:28:00 +02:00
parent 1d54dd5c4f
commit a1b7fa51f7

View file

@ -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"