2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-20 10:03:37 +00:00
rust-clippy/tests/ui/deprecated.rs

8 lines
151 B
Rust
Raw Normal View History

#[warn(str_to_string)]
#[warn(string_to_string)]
#[warn(unstable_as_slice)]
#[warn(unstable_as_mut_slice)]
2018-04-11 09:50:04 +00:00
#[warn(misaligned_transmute)]
fn main() {}