mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 00:53:31 +00:00
4 lines
32 B
Rust
4 lines
32 B
Rust
|
fn zero() {
|
||
|
unsafe { 0 };
|
||
|
}
|