mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
minor: Freshen up goto feature docs
This commit is contained in:
parent
732eb9a167
commit
86576072ab
3 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,7 @@ use crate::{FilePosition, NavigationTarget, RangeInfo, TryToNav};
|
|||
|
||||
// Feature: Go to Implementation
|
||||
//
|
||||
// Navigates to the impl block of structs, enums or traits. Also implemented as a code lens.
|
||||
// Navigates to the impl blocks of types.
|
||||
//
|
||||
// |===
|
||||
// | Editor | Shortcut
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue