mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
rustdoc: update test cases to match with stricter match criteria
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user