diff options
author | Lukas Wirth <[email protected]> | 2021-02-12 18:00:37 +0000 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-02-12 18:00:37 +0000 |
commit | fd6cf4d566174dbdb50259bbbfdaf5a12f81544d (patch) | |
tree | 1669ff0e6ab614c679f245f84d0f9a8202366e0e /crates/ide | |
parent | c5be0b2589e5ed732ae5001122e453f0903bfdf2 (diff) |
Update references test output
Diffstat (limited to 'crates/ide')
-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 | } |