Skip to content

Commit fc5ef28

Browse files
authored
Remove mention to outdated command in the inlay hints section of the Rust tutorial (#6061)
1 parent b2b9eaa commit fc5ef28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/languages/rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ One of the first things you may notice is rust-analyzer providing [inlay hints](
135135

136136
![Rust program with inlay hints displayed](images/rust/inlay-hints.png)
137137

138-
While inlay hints can be helpful for understanding your code, you can also disable the feature via the **Editor > Inlay Hints: Enabled** setting (`editor.inlayHints.enabled`) or use the **Rust Analyzer: Toggle Inlay Hints** command to hide or display this extra information.
138+
While inlay hints can be helpful for understanding your code, you can also configure the feature via the **Editor > Inlay Hints: Enabled** setting (`editor.inlayHints.enabled`).
139139

140140
### Hover information
141141

0 commit comments

Comments
 (0)