Skip to content

Commit 5a87f09

Browse files
committed
Update inlay hint feature docs
1 parent 37b48ce commit 5a87f09

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/ide/src/inlay_hints.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ pub struct InlayHint {
6767
//
6868
// * return types of closure expressions with blocks
6969
// * elided lifetimes
70-
//
71-
// **Note:** VS Code does not have native support for inlay hints https://github.com/microsoft/vscode/issues/16221[yet] and the hints are implemented using decorations.
72-
// This approach has limitations, the caret movement and bracket highlighting near the edges of the hint may be weird:
73-
// https://github.com/rust-analyzer/rust-analyzer/issues/1623[1], https://github.com/rust-analyzer/rust-analyzer/issues/3453[2].
70+
// * compiler inserted reborrows
7471
//
7572
// |===
7673
// | Editor | Action Name

0 commit comments

Comments
 (0)