about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/deprecated_old.rs
blob: 2e5c5b7ead12c1e2fd81b2816473939feb5b508f (plain)
1
2
3
4
5
6
7
#[warn(str_to_string)]
#[warn(string_to_string)]
#[warn(unstable_as_slice)]
#[warn(unstable_as_mut_slice)]
#[warn(misaligned_transmute)]

fn main() {}