File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ config_data! {
176176 diagnostics_enable: bool = "true" ,
177177 /// Whether to show experimental rust-analyzer diagnostics that might
178178 /// have more false positives than usual.
179- diagnostics_enableExperimental: bool = "true " ,
179+ diagnostics_enableExperimental: bool = "false " ,
180180 /// List of rust-analyzer diagnostics to disable.
181181 diagnostics_disabled: FxHashSet <String > = "[]" ,
182182 /// Map of prefixes to be substituted when parsing diagnostic file paths.
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ Enables completions of private items and fields that are defined in the current
223223--
224224Whether to show native rust-analyzer diagnostics.
225225--
226- [[rust-analyzer.diagnostics.enableExperimental]]rust-analyzer.diagnostics.enableExperimental (default: `true ` )::
226+ [[rust-analyzer.diagnostics.enableExperimental]]rust-analyzer.diagnostics.enableExperimental (default: `false ` )::
227227+
228228--
229229Whether to show experimental rust-analyzer diagnostics that might
Original file line number Diff line number Diff line change 645645 },
646646 "rust-analyzer.diagnostics.enableExperimental" : {
647647 "markdownDescription" : " Whether to show experimental rust-analyzer diagnostics that might\n have more false positives than usual." ,
648- "default" : true ,
648+ "default" : false ,
649649 "type" : " boolean"
650650 },
651651 "rust-analyzer.diagnostics.disabled" : {
You can’t perform that action at this time.
0 commit comments