Skip to content

Commit 708f456

Browse files
committed
fix typo
Signed-off-by: xizheyin <[email protected]>
1 parent 6ba0df2 commit 708f456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/rustdoc/inline_cross/inline_hidden.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub use rustdoc_hidden::Foo;
1414
//@ has - '//dt/a[@class="struct"]' 'Inlined'
1515
#[doc(inline)]
1616
pub use rustdoc_hidden::Foo as Inlined;
17+
1718
// Even with this import, we should not see `Foo`.
1819
//@ count - '//dt' 3
1920
//@ has - '//dt/a[@class="struct"]' 'Bar'

0 commit comments

Comments
 (0)