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