We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1b0516 + fa3835c commit b738617Copy full SHA for b738617
src/tools/rust-analyzer/crates/ide/src/goto_declaration.rs
@@ -16,7 +16,7 @@ use crate::{
16
//
17
// This is the same as `Go to Definition` with the following exceptions:
18
// - 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
+// - trait assoc items will navigate to the assoc item of the trait declaration as opposed to the trait impl
20
// - fields in patterns will navigate to the field declaration of the struct, union or variant
21
pub(crate) fn goto_declaration(
22
db: &RootDatabase,
0 commit comments