Skip to content

Commit

Permalink
Remove #[doc(hidden)] from trait impl items (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 10, 2022
1 parent f5357f9 commit 76c09ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal_tricks.rs
Expand Up @@ -13,7 +13,6 @@ macro_rules! private_decl {

macro_rules! private_impl {
() => {
#[doc(hidden)]
fn __private__(&self) -> crate::internal_tricks::PrivateMarker {
crate::internal_tricks::PrivateMarker
}
Expand Down

0 comments on commit 76c09ac

Please sign in to comment.