Fix rustdoc-js-std path-ordering test due to API removal

This commit is contained in:
Urgau 2024-10-02 11:15:48 +02:00
parent 37e1c955c5
commit a923fc011b

View File

@ -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' },
],
},
{