rust/tests/rustdoc/auxiliary/cross-crate-hidden-impl-parameter.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
79 B
Rust
Raw Permalink Normal View History

#[doc(hidden)]
pub enum HiddenType {}
2021-06-21 22:16:59 -05:00
#[doc(hidden)]
pub trait HiddenTrait {}