summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/redundant_closure_call_fixable.fixed
blob: 0abca6fca0613b4469c74af12206f25c7a0a1b41 (plain)
1
2
3
4
5
6
7
8
// run-rustfix

#![warn(clippy::redundant_closure_call)]
#![allow(unused)]

fn main() {
    let a = 42;
}