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

8 lines
113 B
Rust
Raw Normal View History

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