Remove unused #[allow(...)] statements from compiler/
This commit is contained in:
parent
c6e4db620a
commit
12187b7f86
21 changed files with 2 additions and 28 deletions
|
@ -1,5 +1,3 @@
|
|||
#![allow(non_camel_case_types, non_snake_case)]
|
||||
|
||||
//! Code that is useful in various codegen modules.
|
||||
|
||||
use crate::consts::{self, const_alloc_to_llvm};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue