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