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