mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
7 lines
59 B
Rust
7 lines
59 B
Rust
|
#![allow(unused)]
|
||
|
|
||
|
#[cfg(all())]
|
||
|
fn all() {}
|
||
|
|
||
|
fn main() {}
|