Improve searching in rustdoc and add tests
This commit is contained in:
parent
fdaf594bab
commit
cb84aa4744
8 changed files with 169 additions and 10 deletions
|
@ -4,5 +4,6 @@ const EXPECTED = {
|
|||
'others': [
|
||||
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
||||
{ 'path': 'std::vec::Vec', 'name': 'ne' },
|
||||
{ 'path': 'std::rc::Rc', 'name': 'ne' },
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue