From a258676d20943b89b2845028ad2748dc0091581d Mon Sep 17 00:00:00 2001
From: Erin <erin@erindesu.cz>
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