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