1
Fork 0

Remove old #[allow(trivial_casts)] annotations

These were added a long time ago but we long since switched the lint back to
allow-by-default, so these annotations shouldn't be necessary.
This commit is contained in:
Alex Crichton 2016-02-08 09:35:09 -08:00
parent 7fce5037a9
commit 696a1da861
6 changed files with 0 additions and 14 deletions

View file

@ -12,7 +12,6 @@
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(dead_code)]
#![allow(trivial_casts)]
#![crate_name = "rustc_llvm"]
#![unstable(feature = "rustc_private", issue = "27812")]