mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
08fd397c2c
This lint was uplifted/reimplemented by rustc. Rustup to rust-lang/rust#66017
10 lines
288 B
Rust
10 lines
288 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)]
|
|
#[warn(clippy::into_iter_on_array)]
|
|
|
|
fn main() {}
|