diff options
-rw-r--r-- | crates/ide/src/references.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/references.rs b/crates/ide/src/references.rs index 77c208be9..c7cefb3b6 100644 --- a/crates/ide/src/references.rs +++ b/crates/ide/src/references.rs | |||
@@ -1121,9 +1121,9 @@ impl Foo { | |||
1121 | 1121 | ||
1122 | "#, | 1122 | "#, |
1123 | expect![[r#" | 1123 | expect![[r#" |
1124 | Bar Variant FileId(0) 11..16 11..14 Other | 1124 | Bar Variant FileId(0) 11..16 11..14 |
1125 | 1125 | ||
1126 | FileId(0) 89..92 Other | 1126 | FileId(0) 89..92 |
1127 | "#]], | 1127 | "#]], |
1128 | ); | 1128 | ); |
1129 | } | 1129 | } |