aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorJames Leitch <[email protected]>2021-04-21 23:09:37 +0100
committerJames Leitch <[email protected]>2021-04-21 23:10:53 +0100
commit72718bc2d7113874536b8bcd486aa5bd7dacafe6 (patch)
treec5859e4eb7334478b5e9ba58329b67df43e39305 /docs/user
parent9fcad829807a0306fbf4eb2ebc1603a11a6df182 (diff)
Code review feedback.
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/generated_config.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index cb6fe5850..e28423e99 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -147,10 +147,10 @@ have more false positives than usual.
147-- 147--
148List of rust-analyzer diagnostics to disable. 148List of rust-analyzer diagnostics to disable.
149-- 149--
150[[rust-analyzer.diagnostics.remapPathPrefixes]]rust-analyzer.diagnostics.remapPathPrefixes (default: `{}`):: 150[[rust-analyzer.diagnostics.remapPrefix]]rust-analyzer.diagnostics.remapPrefix (default: `{}`)::
151+ 151+
152-- 152--
153Map of path prefixes to be substituted when parsing diagnostic file paths. 153Map of prefixes to be substituted when parsing diagnostic file paths.
154This should be the reverse mapping of what is passed to `rustc` as `--remap-path-prefix`. 154This should be the reverse mapping of what is passed to `rustc` as `--remap-path-prefix`.
155-- 155--
156[[rust-analyzer.diagnostics.warningsAsHint]]rust-analyzer.diagnostics.warningsAsHint (default: `[]`):: 156[[rust-analyzer.diagnostics.warningsAsHint]]rust-analyzer.diagnostics.warningsAsHint (default: `[]`)::