Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit bf44672

Browse files
committed
Update stale snaphshot in test_tooltip_std
1 parent 91064b9 commit bf44672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fixtures/hover/save_data/test_tooltip_std.rs.0008_027.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"Ok": [
99
{
1010
"language": "rust",
11-
"value": "pub const fn new() -> Vec<T>"
11+
"value": "pub const fn new() -> Self"
1212
},
1313
"Constructs a new, empty `Vec<T>`.\n\nThe vector will not allocate until elements are pushed onto it.\n\n# Examples\n\n```rust\nlet mut vec: Vec<i32> = Vec::new();\n```"
1414
]
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)