aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/references.rs
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-02-12 18:00:37 +0000
committerLukas Wirth <[email protected]>2021-02-12 18:00:37 +0000
commitfd6cf4d566174dbdb50259bbbfdaf5a12f81544d (patch)
tree1669ff0e6ab614c679f245f84d0f9a8202366e0e /crates/ide/src/references.rs
parentc5be0b2589e5ed732ae5001122e453f0903bfdf2 (diff)
Update references test output
Diffstat (limited to 'crates/ide/src/references.rs')
-rw-r--r--crates/ide/src/references.rs4
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 }