]> git.lizzy.rs Git - rust.git/blob - tests/ui/deprecated.rs
Keep old deprecated lints deprecated as non-tool, too
[rust.git] / tests / ui / deprecated.rs
1 #[warn(str_to_string)]
2 #[warn(string_to_string)]
3 #[warn(unstable_as_slice)]
4 #[warn(unstable_as_mut_slice)]
5 #[warn(misaligned_transmute)]
6 #[warn(unused_collect)]
7
8 fn main() {}