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 b32f181 + 8c5ef9c commit d6d735eCopy full SHA for d6d735e
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