rust/tests/ui/author.rs

8 lines
99 B
Rust
Raw Normal View History

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