This commit is contained in:
Julian
2021-12-12 14:01:35 +01:00
parent 03badebb10
commit 21cd277352
8 changed files with 68 additions and 34 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"rust-analyzer.diagnostics.disabled": [
"macro-error"
]
}