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

Commit

Permalink
Update stale snaphshot in test_tooltip_std
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Dec 5, 2020
1 parent 91064b9 commit bf44672
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"Ok": [
{
"language": "rust",
"value": "pub const fn new() -> Vec<T>"
"value": "pub const fn new() -> Self"
},
"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```"
]
}
}
}

0 comments on commit bf44672

Please sign in to comment.