Skip to content

Commit

Permalink
Remove explicit checks of word equivalence priority
Browse files Browse the repository at this point in the history
Only ensure that t1::n1 -> t2::n1 -> t2::n2 are ordered
  • Loading branch information
ayuusweetfish committed Sep 4, 2019
1 parent 4c29d0f commit f5b3d5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/test/rustdoc-js-std/vec-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const QUERY = 'Vec::new';
const EXPECTED = {
'others': [
{ 'path': 'std::vec::Vec', 'name': 'new' },
{ 'path': 'std::rc::Rc', 'name': 'new' },
{ 'path': 'std::vec::Vec', 'name': 'ne' },
{ 'path': 'std::rc::Rc', 'name': 'ne' },
],
Expand Down
2 changes: 0 additions & 2 deletions src/test/rustdoc-js/module-substring.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const EXPECTED = {
'others': [
{ 'path': 'module_substring::Sig', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pc' },
{ 'path': 'module_substring::Foo', 'name': 'pc' },
{ 'path': 'module_substring::Sig', 'name': 'pa' },
{ 'path': 'module_substring::Si', 'name': 'pa' },
],
};

0 comments on commit f5b3d5c

Please sign in to comment.