]> git.lizzy.rs Git - rust.git/blob - tests/ui/author/call.rs
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / author / call.rs
1 fn main() {
2     #[clippy::author]
3     let _ = ::std::cmp::min(3, 4);
4 }