mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
7 lines
137 B
Rust
7 lines
137 B
Rust
#![warn(clippy::undocumented_unsafe_blocks)]
|
|
#![allow(clippy::no_effect)]
|
|
|
|
#[path = "auxiliary/ice-7934-aux.rs"]
|
|
mod zero;
|
|
|
|
fn main() {}
|