From dffa33fb46dfd1d09473ed23d63643c065b58623 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Fri, 30 Aug 2024 10:27:58 +0100 Subject: [PATCH] Enable all crate features with rust-analyzer --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" +}