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:
parent
7fce5037a9
commit
696a1da861
6 changed files with 0 additions and 14 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue