rust/tests/ui/author/call.rs

7 lines
101 B
Rust
Raw Normal View History

2018-05-27 16:04:28 +02:00
#![feature(tool_attributes)]
fn main() {
#[clippy::author]
let _ = ::std::cmp::min(3, 4);
}