Skip to content

Commit 39fd4bb

Browse files
committed
rustdoc: update test cases to match with stricter match criteria
1 parent 8211760 commit 39fd4bb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/rustdoc-js-std/typed-query.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ const EXPECTED = {
99
{ 'path': 'std', 'name': 'println' },
1010
{ 'path': 'std', 'name': 'eprint' },
1111
{ 'path': 'std', 'name': 'eprintln' },
12-
{ 'path': 'std::pin', 'name': 'pin' },
1312
],
1413
};

tests/rustdoc-js/module-substring.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ const EXPECTED = {
44
'others': [
55
{ 'path': 'module_substring::Sig', 'name': 'pc' },
66
{ 'path': 'module_substring::Si', 'name': 'pc' },
7-
{ 'path': 'module_substring::Si', 'name': 'pa' },
87
],
98
};

0 commit comments

Comments
 (0)