Skip to content

Commit f5b3d5c

Browse files
committed
Remove explicit checks of word equivalence priority
Only ensure that t1::n1 -> t2::n1 -> t2::n2 are ordered
1 parent 4c29d0f commit f5b3d5c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/test/rustdoc-js-std/vec-new.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const QUERY = 'Vec::new';
33
const EXPECTED = {
44
'others': [
55
{ 'path': 'std::vec::Vec', 'name': 'new' },
6-
{ 'path': 'std::rc::Rc', 'name': 'new' },
76
{ 'path': 'std::vec::Vec', 'name': 'ne' },
87
{ 'path': 'std::rc::Rc', 'name': 'ne' },
98
],

src/test/rustdoc-js/module-substring.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const EXPECTED = {
44
'others': [
55
{ 'path': 'module_substring::Sig', 'name': 'pc' },
66
{ 'path': 'module_substring::Si', 'name': 'pc' },
7-
{ 'path': 'module_substring::Foo', 'name': 'pc' },
8-
{ 'path': 'module_substring::Sig', 'name': 'pa' },
97
{ 'path': 'module_substring::Si', 'name': 'pa' },
108
],
119
};

0 commit comments

Comments
 (0)