Skip to content

Commit

Permalink
test: rustdoc-ui: issue-74134: Shorten a too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-hamester committed Jul 11, 2020
1 parent 9704859 commit 8789525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc-ui/issue-74134.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct PublicType;
pub struct Public {
/// [`PublicType`]
/// [`PrivateType`]
//[public]~^ WARNING `[PrivateType]` public documentation for `public_item` links to a private item
//[public]~^ WARNING public documentation for `public_item` links to a private
pub public_item: u32,

/// [`PublicType`]
Expand Down

0 comments on commit 8789525

Please sign in to comment.