Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/goto_implementation.rs')
-rw-r--r--crates/ide/src/goto_implementation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/goto_implementation.rs b/crates/ide/src/goto_implementation.rs
index 875403c4e3..cc333d66ca 100644
--- a/crates/ide/src/goto_implementation.rs
+++ b/crates/ide/src/goto_implementation.rs
@@ -355,7 +355,7 @@ trait Bar {}
fn test() {
#[derive(Copy)]
- //^^^^^^^^^^^^^^^
+ // ^^^^^^^^^^^^
struct Foo$0;
impl Foo {}