Skip to content

Commit 5360469

Browse files
Update macro:print typed-query rustdoc test to include pin! results
1 parent 42d69e2 commit 5360469

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/rustdoc-js-std/typed-query.js

+2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ const EXPECTED = {
88
{ 'path': 'std', 'name': 'eprint' },
99
{ 'path': 'std', 'name': 'println' },
1010
{ 'path': 'std', 'name': 'eprintln' },
11+
{ 'path': 'std::pin', 'name': 'pin' },
12+
{ 'path': 'core::pin', 'name': 'pin' },
1113
],
1214
};

0 commit comments

Comments
 (0)