From d1b35be353786add09748f44a0bbb7a518f4b5a0 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 2 May 2025 16:48:52 +0300 Subject: [PATCH] Use proper settings in the diagnostics section (#29791) Follow-up of https://github.com/zed-industries/zed/pull/29706 Release Notes: - N/A Co-authored-by: Cole Miller --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 432d76100a..3d92f4dc27 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -934,7 +934,7 @@ // Shows all diagnostics when not specified. "max_severity": null }, - "rust": { + "cargo": { // When enabled, Zed disables rust-analyzer's check on save and starts to query // Cargo diagnostics separately. "fetch_cargo_diagnostics": false