2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-02-19 23:48:44 +00:00
rust-clippy/tests/ui/deprecated.rs

12 lines
318 B
Rust
Raw Normal View History

#[warn(clippy::str_to_string)]
#[warn(clippy::string_to_string)]
#[warn(clippy::unstable_as_slice)]
#[warn(clippy::unstable_as_mut_slice)]
#[warn(clippy::misaligned_transmute)]
#[warn(clippy::unused_collect)]
#[warn(clippy::invalid_ref)]
#[warn(clippy::into_iter_on_array)]
#[warn(clippy::unused_label)]
fn main() {}