Skip to content

Commit 8789525

Browse files
test: rustdoc-ui: issue-74134: Shorten a too long line
1 parent 9704859 commit 8789525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc-ui/issue-74134.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub struct PublicType;
1717
pub struct Public {
1818
/// [`PublicType`]
1919
/// [`PrivateType`]
20-
//[public]~^ WARNING `[PrivateType]` public documentation for `public_item` links to a private item
20+
//[public]~^ WARNING public documentation for `public_item` links to a private
2121
pub public_item: u32,
2222

2323
/// [`PublicType`]

0 commit comments

Comments
 (0)