From bbc76766aeea096c6656ae9d0c0206b1a5a4b329 Mon Sep 17 00:00:00 2001 From: ondra05 Date: Mon, 11 Apr 2022 23:02:36 +0200 Subject: [PATCH] supressed false positive --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 08bdd4b..0814706 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,5 @@ "files.associations": { "stddef.h": "c" }, - "settings": { - - } + "rust-analyzer.checkOnSave.allTargets": false, } \ No newline at end of file