about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-02-08 14:57:21 +0100
committerLukas Wirth <lukastw97@gmail.com>2024-02-08 14:57:21 +0100
commitddddc9c0e20141dd3f123a1b5b1e25dd682a83d2 (patch)
tree384f9f0a89356a0a98198c2027dd01a71bcb82ad
parent15bffe25bde3b61bc33356e7c8234de8b82d5759 (diff)
downloadrust-ddddc9c0e20141dd3f123a1b5b1e25dd682a83d2.tar.gz
rust-ddddc9c0e20141dd3f123a1b5b1e25dd682a83d2.zip
Update test outputs
-rw-r--r--crates/ide/src/hover/tests.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/ide/src/hover/tests.rs b/crates/ide/src/hover/tests.rs
index 78efa9cac86..30bfe6ee9dc 100644
--- a/crates/ide/src/hover/tests.rs
+++ b/crates/ide/src/hover/tests.rs
@@ -406,8 +406,8 @@ fn main() {
                                 file_id: FileId(
                                     1,
                                 ),
-                                full_range: 631..866,
-                                focus_range: 692..698,
+                                full_range: 632..867,
+                                focus_range: 693..699,
                                 name: "FnOnce",
                                 kind: Trait,
                                 container_name: "function",
@@ -7263,8 +7263,8 @@ impl Iterator for S {
                                 file_id: FileId(
                                     1,
                                 ),
-                                full_range: 6156..6364,
-                                focus_range: 6221..6227,
+                                full_range: 6157..6365,
+                                focus_range: 6222..6228,
                                 name: "Future",
                                 kind: Trait,
                                 container_name: "future",
@@ -7277,8 +7277,8 @@ impl Iterator for S {
                                 file_id: FileId(
                                     1,
                                 ),
-                                full_range: 6994..7460,
-                                focus_range: 7038..7046,
+                                full_range: 6995..7461,
+                                focus_range: 7039..7047,
                                 name: "Iterator",
                                 kind: Trait,
                                 container_name: "iterator",