rust-clippy/tests/ui/non_minimal_cfg2.rs

6 lines
59 B
Rust

#![allow(unused)]
#[cfg(all())]
fn all() {}
fn main() {}