mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
5 lines
96 B
Rust
5 lines
96 B
Rust
#![warn(clippy::transmutes_expressible_as_ptr_casts)]
|
|
|
|
fn main() {
|
|
// test code goes here
|
|
}
|