rust-clippy/tests/ui/author.rs

5 lines
68 B
Rust
Raw Normal View History

fn main() {
2018-05-19 12:04:57 +00:00
#[clippy::author]
let x: char = 0x45 as char;
}