From 9a057c0ff48a1c99870c52d839284ead74a555c1 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sat, 29 May 2021 18:08:14 +0200 Subject: Fix incorrect setting descriptions Descriptions for diagnostic warning hint and info display were swapped. Fixes #8485. Signed-off-by: Lucas Schwiderski --- docs/user/generated_config.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/user') diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index f3da82feb..4a5782a57 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -161,18 +161,18 @@ This should be the reverse mapping of what is passed to `rustc` as `--remap-path [[rust-analyzer.diagnostics.warningsAsHint]]rust-analyzer.diagnostics.warningsAsHint (default: `[]`):: + -- -List of warnings that should be displayed with info severity. +List of warnings that should be displayed with hint severity. -The warnings will be indicated by a blue squiggly underline in code -and a blue icon in the `Problems Panel`. +The warnings will be indicated by faded text or three dots in code +and will not show up in the `Problems Panel`. -- [[rust-analyzer.diagnostics.warningsAsInfo]]rust-analyzer.diagnostics.warningsAsInfo (default: `[]`):: + -- -List of warnings that should be displayed with hint severity. +List of warnings that should be displayed with info severity. -The warnings will be indicated by faded text or three dots in code -and will not show up in the `Problems Panel`. +The warnings will be indicated by a blue squiggly underline in code +and a blue icon in the `Problems Panel`. -- [[rust-analyzer.files.watcher]]rust-analyzer.files.watcher (default: `"client"`):: + -- cgit v1.2.3