From 2e14a65309a695cb5f5161ab64fe144c1aaae664 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 5 Jun 2023 14:01:09 -0700 Subject: [PATCH] Add an example for rust-analyzer.cargo.unsetTest [ci skip] --- misc/.vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/.vscode/settings.json b/misc/.vscode/settings.json index b0f3576025..7b1a38c536 100644 --- a/misc/.vscode/settings.json +++ b/misc/.vscode/settings.json @@ -2,4 +2,7 @@ "rust-analyzer.cargo.features": [ "disasm", ], + "rust-analyzer.cargo.unsetTest": [ + "yjit", + ], }