rustdoc: update test cases to match with stricter match criteria
This commit is contained in:
parent
8211760b91
commit
39fd4bb476
@ -9,6 +9,5 @@ const EXPECTED = {
|
||||
{ 'path': 'std', 'name': 'println' },
|
||||
{ 'path': 'std', 'name': 'eprint' },
|
||||
{ 'path': 'std', 'name': 'eprintln' },
|
||||
{ 'path': 'std::pin', 'name': 'pin' },
|
||||
],
|
||||
};
|
||||
|
@ -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' },
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user