diff --git a/.vscode/settings.json b/.vscode/settings.json index 344b96f..dad53cc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "rust-analyzer.diagnostics.disabled": [ //rust-analyzer issue #14269, "unresolved-method", - "unresolved-import" + "unresolved-import", + "unresolved-field" ] }