mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Fix obsolete diagnostics.experimental.enable
This commit is contained in:
parent
6e5571608b
commit
195ceea910
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ include::./generated_assists.adoc[]
|
|||
== Diagnostics
|
||||
|
||||
While most errors and warnings provided by rust-analyzer come from the `cargo check` integration, there's a growing number of diagnostics implemented using rust-analyzer's own analysis.
|
||||
Some of these diagnostics don't respect `\#[allow]` or `\#[deny]` attributes yet, but can be turned off using the `rust-analyzer.diagnostics.enable`, `rust-analyzer.diagnostics.enableExperimental` or `rust-analyzer.diagnostics.disabled` settings.
|
||||
Some of these diagnostics don't respect `\#[allow]` or `\#[deny]` attributes yet, but can be turned off using the `rust-analyzer.diagnostics.enable`, `rust-analyzer.diagnostics.experimental.enable` or `rust-analyzer.diagnostics.disabled` settings.
|
||||
|
||||
include::./generated_diagnostic.adoc[]
|
||||
|
||||
|
|
Loading…
Reference in a new issue