rust/tests/ui/transmutes_expressible_as_ptr_casts.rs

6 lines
96 B
Rust
Raw Normal View History

#![warn(clippy::transmutes_expressible_as_ptr_casts)]
fn main() {
// test code goes here
}