1
0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2026-01-22 02:10:24 +00:00

Fix for recent rust-analyzer checkOnSave change; clippy fix

This commit is contained in:
jugeeya
2023-01-17 17:23:24 -08:00
parent 180f6f4228
commit a364a214e2
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"rust-analyzer.checkOnSave.overrideCommand": [
"rust-analyzer.check.overrideCommand": [
"cargo",
"+nightly",
"clippy",