Improve searching in rustdoc and add tests

This commit is contained in:
Shiqing 2019-09-02 21:03:35 +08:00
parent fdaf594bab
commit cb84aa4744
8 changed files with 169 additions and 10 deletions

View file

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