diff --git a/.vscode/settings.json b/.vscode/settings.json index b2bfead..cee136f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { "rust-analyzer.check.command": "clippy", - "rust-analyzer.showUnlinkedFileNotification": false -} \ No newline at end of file + "rust-analyzer.cargo.features": "all" +}