Skip to content

Remove mention to outdated command in the inlay hints section of the Rust tutorial #6061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/languages/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ One of the first things you may notice is rust-analyzer providing [inlay hints](

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

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.
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`).

### Hover information

Expand Down