rust-clippy/tests/ui/author.rs

8 lines
99 B
Rust
Raw Normal View History

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