mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Auto merge of #17319 - LukeFranceschini:patch-1, r=lnicola
minor: Missing word typo
This commit is contained in:
commit
d6d735e6f2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ use crate::{
|
||||||
//
|
//
|
||||||
// This is the same as `Go to Definition` with the following exceptions:
|
// This is the same as `Go to Definition` with the following exceptions:
|
||||||
// - outline modules will navigate to the `mod name;` item declaration
|
// - outline modules will navigate to the `mod name;` item declaration
|
||||||
// - trait assoc items will navigate to the assoc item of the trait declaration opposed to the trait impl
|
// - trait assoc items will navigate to the assoc item of the trait declaration as opposed to the trait impl
|
||||||
// - fields in patterns will navigate to the field declaration of the struct, union or variant
|
// - fields in patterns will navigate to the field declaration of the struct, union or variant
|
||||||
pub(crate) fn goto_declaration(
|
pub(crate) fn goto_declaration(
|
||||||
db: &RootDatabase,
|
db: &RootDatabase,
|
||||||
|
|
Loading…
Reference in a new issue