diff options
author | James Leitch <[email protected]> | 2021-04-21 23:09:37 +0100 |
---|---|---|
committer | James Leitch <[email protected]> | 2021-04-21 23:10:53 +0100 |
commit | 72718bc2d7113874536b8bcd486aa5bd7dacafe6 (patch) | |
tree | c5859e4eb7334478b5e9ba58329b67df43e39305 /docs | |
parent | 9fcad829807a0306fbf4eb2ebc1603a11a6df182 (diff) |
Code review feedback.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/generated_config.adoc | 4 |
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 | -- |
148 | List of rust-analyzer diagnostics to disable. | 148 | List 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 | -- |
153 | Map of path prefixes to be substituted when parsing diagnostic file paths. | 153 | Map of prefixes to be substituted when parsing diagnostic file paths. |
154 | This should be the reverse mapping of what is passed to `rustc` as `--remap-path-prefix`. | 154 | This 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: `[]`):: |