From f3248f4e72916ff95ce5afd26e0c51dee4efe010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9D=E5=80=89=E6=B0=B4=E5=B8=8C?= Date: Sun, 11 Jan 2026 18:50:36 +0800 Subject: [PATCH] fix: set allTargets to false --- .vscode/settings.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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