Skip to content

Commit

Permalink
Fix rustdoc-js-std path-ordering test due to API removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Oct 2, 2024
1 parent 37e1c95 commit a923fc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/rustdoc-js-std/path-ordering.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const EXPECTED = [
{ 'path': 'std::collections::hash_set::HashSet', 'name': 'insert' },
{ 'path': 'std::collections::hash_set::HashSet', 'name': 'get_or_insert' },
{ 'path': 'std::collections::hash_set::HashSet', 'name': 'get_or_insert_with' },
{ 'path': 'std::collections::hash_set::HashSet', 'name': 'get_or_insert_owned' },
],
},
{
Expand Down

0 comments on commit a923fc0

Please sign in to comment.