rustdoc: update test cases to match with stricter match criteria

This commit is contained in:
Michael Howell 2023-01-21 00:11:08 -07:00
parent 8211760b91
commit 39fd4bb476
2 changed files with 0 additions and 2 deletions

View File

@ -9,6 +9,5 @@ const EXPECTED = {
{ 'path': 'std', 'name': 'println' },
{ 'path': 'std', 'name': 'eprint' },
{ 'path': 'std', 'name': 'eprintln' },
{ 'path': 'std::pin', 'name': 'pin' },
],
};

View File

@ -4,6 +4,5 @@ const EXPECTED = {
'others': [
{ 'path': 'module_substring::Sig', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pa' },
],
};