diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-05-12 13:39:32 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-05-12 14:00:06 +0200 |
| commit | c2190ad87c3ed10a63d1df51492d9fc693c9a892 (patch) | |
| tree | bb17aeeb198306f768b5f9dcaed7c31a77263fa9 /docs | |
| parent | 4b505ce0f998490cc0979fa72c5be6425da15843 (diff) | |
| download | rust-c2190ad87c3ed10a63d1df51492d9fc693c9a892.tar.gz rust-c2190ad87c3ed10a63d1df51492d9fc693c9a892.zip | |
feat: Allow reborrow inlay hints to be restricted to mutable reborrows only
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/generated_config.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 0fad96dbcfe..e3c2e12b0d6 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -365,7 +365,7 @@ Maximum length for inlay hints. Set to null to have an unlimited length. Whether to show function parameter name inlay hints at the call site. -- -[[rust-analyzer.inlayHints.reborrowHints.enable]]rust-analyzer.inlayHints.reborrowHints.enable (default: `false`):: +[[rust-analyzer.inlayHints.reborrowHints.enable]]rust-analyzer.inlayHints.reborrowHints.enable (default: `"never"`):: + -- Whether to show inlay type hints for compiler inserted reborrows. |
