Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b738617

Browse files
committed
Auto merge of rust-lang#17319 - LukeFranceschini:patch-1, r=lnicola
minor: Missing word typo
2 parents c1b0516 + fa3835c commit b738617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/ide/src/goto_declaration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use crate::{
1616
//
1717
// This is the same as `Go to Definition` with the following exceptions:
1818
// - outline modules will navigate to the `mod name;` item declaration
19-
// - trait assoc items will navigate to the assoc item of the trait declaration opposed to the trait impl
19+
// - trait assoc items will navigate to the assoc item of the trait declaration as opposed to the trait impl
2020
// - fields in patterns will navigate to the field declaration of the struct, union or variant
2121
pub(crate) fn goto_declaration(
2222
db: &RootDatabase,

0 commit comments

Comments
 (0)