Remove `#[doc(hidden)]` from trait impl items (#2365)
See https://github.com/rust-lang/rust/pull/96008
This commit is contained in:
parent
f5357f9395
commit
76c09ac3ed
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue