rust-clippy/tests/ui/author/call.rs

7 lines
101 B
Rust
Raw Normal View History

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