Skip to content

Commit 4d9728c

Browse files
committed
Fix hover tests
1 parent 0c6a993 commit 4d9728c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/ide/src/hover.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4542,7 +4542,7 @@ fn foo() {
45424542
"#,
45434543
expect![[r#"
45444544
```text
4545-
Type: i32
4545+
Type: i32
45464546
Dereferenced from: DerefExample<i32>
45474547
```
45484548
"#]],
@@ -4575,8 +4575,8 @@ fn foo() {
45754575
"#,
45764576
expect![[r#"
45774577
```text
4578-
Type: &&&&&i32
4579-
Coerced to: &i32
4578+
Type: &&&&&i32
4579+
Coerced to: &i32
45804580
Dereferenced from: DerefExample<&&&&&i32>
45814581
```
45824582
"#]],

0 commit comments

Comments
 (0)