Skip to content

Commit c4414f3

Browse files
messensedavidhewitt
authored andcommitted
Remove #[doc(hidden)] from trait impl items (#2365)
See rust-lang/rust#96008
1 parent 11b97d3 commit c4414f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/internal_tricks.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ macro_rules! private_decl {
1313

1414
macro_rules! private_impl {
1515
() => {
16-
#[doc(hidden)]
1716
fn __private__(&self) -> crate::internal_tricks::PrivateMarker {
1817
crate::internal_tricks::PrivateMarker
1918
}

0 commit comments

Comments
 (0)