diff options
| author | hecatia-elegua <108802164+hecatia-elegua@users.noreply.github.com> | 2023-04-11 21:14:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 21:14:52 +0200 |
| commit | 398af0259f7614ff8a0d603edd5d94ce9aecd5f2 (patch) | |
| tree | 207fc25b5c6d73d5c7833fab11d24d2fa5a837d7 /docs | |
| parent | 33ee157f3b05865984957953df21f4711f8e5cd6 (diff) | |
| parent | 7501d3b721560637e27f904d9fce79182c41bef7 (diff) | |
| download | rust-398af0259f7614ff8a0d603edd5d94ce9aecd5f2.tar.gz rust-398af0259f7614ff8a0d603edd5d94ce9aecd5f2.zip | |
Merge branch 'master' into alias-based-completion2
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 12dfe394f1d..e92e6ae92cc 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -474,6 +474,11 @@ to always show them). -- Whether to show inlay type hints for return types of closures. -- +[[rust-analyzer.inlayHints.closureStyle]]rust-analyzer.inlayHints.closureStyle (default: `"impl_fn"`):: ++ +-- +Closure notation in type and chaining inaly hints. +-- [[rust-analyzer.inlayHints.discriminantHints.enable]]rust-analyzer.inlayHints.discriminantHints.enable (default: `"never"`):: + -- |
