Fix hover tests

This commit is contained in:
Teddy_Wang 2021-09-13 19:47:53 -04:00
parent 0c6a993f59
commit 4d9728ccb2

View File

@ -4542,7 +4542,7 @@ fn foo() {
"#,
expect![[r#"
```text
Type: i32
Type: i32
Dereferenced from: DerefExample<i32>
```
"#]],
@ -4575,8 +4575,8 @@ fn foo() {
"#,
expect![[r#"
```text
Type: &&&&&i32
Coerced to: &i32
Type: &&&&&i32
Coerced to: &i32
Dereferenced from: DerefExample<&&&&&i32>
```
"#]],