mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-19 03:08:21 +00:00
10 lines
252 B
Rust
10 lines
252 B
Rust
|
#[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)]
|
||
|
|
||
|
fn main() {}
|