We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9704859 commit 8789525Copy full SHA for 8789525
src/test/rustdoc-ui/issue-74134.rs
@@ -17,7 +17,7 @@ pub struct PublicType;
17
pub struct Public {
18
/// [`PublicType`]
19
/// [`PrivateType`]
20
- //[public]~^ WARNING `[PrivateType]` public documentation for `public_item` links to a private item
+ //[public]~^ WARNING public documentation for `public_item` links to a private
21
pub public_item: u32,
22
23
0 commit comments