rust/tests/ui/author/call.rs
2018-05-28 14:48:34 +02:00

6 lines
101 B
Rust
Executable file

#![feature(tool_attributes)]
fn main() {
#[clippy::author]
let _ = ::std::cmp::min(3, 4);
}