about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs
diff options
context:
space:
mode:
authorChayim Refael Friedman <chayimfr@gmail.com>2025-09-22 02:14:50 +0300
committerChayim Refael Friedman <chayimfr@gmail.com>2025-09-22 04:16:50 +0300
commitab7cfc7c307d50659a0165dad910565809f5d40f (patch)
tree73bb10003a640ddf82d4088002164cb9920d5ef2 /src/tools/rust-analyzer/docs
parent45dda35957ed322c3bccd094dcfa9b925336cc8d (diff)
Clarify `rust-analyzer.inlayHints.maxLength` is not a hard guarantee
Diffstat (limited to 'src/tools/rust-analyzer/docs')
-rw-r--r--src/tools/rust-analyzer/docs/book/src/configuration_generated.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/configuration_generated.md b/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
index 50dacd88f40..e78f1b4ba35 100644
--- a/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
+++ b/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
@@ -1046,6 +1046,8 @@ Default: `25`
 
 Maximum length for inlay hints. Set to null to have an unlimited length.
 
+**Note:** This is mostly a hint, and we don't guarantee to strictly follow the limit.
+
 
 ## rust-analyzer.inlayHints.parameterHints.enable {#inlayHints.parameterHints.enable}