rust/src/test/rustdoc-ui/ignore-block-help.rs

7 lines
113 B
Rust

// check-pass
/// ```ignore (to-prevent-tidy-error)
/// let heart = '❤️';
/// ```
//~^^^ WARN
pub struct X;