diff --git a/.vscode/settings.json b/.vscode/settings.json index 50e2bb61..7a37f495 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,4 @@ { "rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf", - // Prevent "can't find crate for `test`" error on no_std - // Ref: https://github.com/rust-lang/vscode-rust/issues/729 - "rust-analyzer.checkOnSave.enable": false -} + "rust-analyzer.cargo.allTargets": false, +} \ No newline at end of file