blob: b07dc3f6e967b8064d6071804db19a722ac2b7cd [file] [log] [blame]
// @has issue_42760/struct.NonGen.html
// @has - '//h1' 'Example'
/// Item docs.
///
#[doc="Hello there!"]
///
/// # Example
///
/// ```rust
/// // some code here
/// ```
pub struct NonGen;