Skip to content

Commit

Permalink
Auto merge of rust-lang#17319 - LukeFranceschini:patch-1, r=lnicola
Browse files Browse the repository at this point in the history
minor: Missing word typo
  • Loading branch information
bors committed May 31, 2024
2 parents c1b0516 + fa3835c commit b738617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rust-analyzer/crates/ide/src/goto_declaration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::{
//
// This is the same as `Go to Definition` with the following exceptions:
// - 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
pub(crate) fn goto_declaration(
db: &RootDatabase,
Expand Down

0 comments on commit b738617

Please sign in to comment.