Sign in
rust
/
rust-clippy
/
c362efa42048d632c968a84002ca29396f0eb115
/
.
/
tests
/
ui
/
deprecated.rs
blob: 0598e174e50a6188ed1ef8430d5ed65fd4ea792f [
file
] [
log
] [
blame
]
#[
warn
(
str_to_string
)]
#[
warn
(
string_to_string
)]
#[
warn
(
unstable_as_slice
)]
#[
warn
(
unstable_as_mut_slice
)]
fn
main
()
{}