Skip to content

Commit a923fc0

Browse files
committed
Fix rustdoc-js-std path-ordering test due to API removal
1 parent 37e1c95 commit a923fc0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎tests/rustdoc-js-std/path-ordering.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const EXPECTED = [
66
{'path': 'std::collections::hash_set::HashSet','name': 'insert'},
77
{'path': 'std::collections::hash_set::HashSet','name': 'get_or_insert'},
88
{'path': 'std::collections::hash_set::HashSet','name': 'get_or_insert_with'},
9-
{'path': 'std::collections::hash_set::HashSet','name': 'get_or_insert_owned'},
109
],
1110
},
1211
{

0 commit comments

Comments
 (0)