Skip to content

Commit 2fc634e

Browse files
committed
Add test
Signed-off-by: xizheyin <[email protected]>
1 parent 139d32a commit 2fc634e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc/doc-hidden-source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ pub use crate::Bar as A;
1313
pub use crate::A as B;
1414
//@ has - '//dt/a[@class="struct"]' 'C'
1515
#[doc(inline)]
16-
pub use crate::Bar as C;
16+
pub use crate::Bar as C;

0 commit comments

Comments
 (0)