Remove needless allows
This commit is contained in:
parent
da23332b65
commit
e0ccc81bbf
4 changed files with 0 additions and 8 deletions
|
|
@ -23,8 +23,6 @@
|
|||
//! but one TypeRef corresponds to many `Ty`s; for instance, tup(int, int,
|
||||
//! int) and rec(x=int, y=int, z=int) will have the same TypeRef.
|
||||
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use super::CrateTranslation;
|
||||
use super::ModuleLlvm;
|
||||
use super::ModuleSource;
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![allow(non_upper_case_globals)]
|
||||
|
||||
use llvm::{Integer, Pointer, Float, Double, Struct, Array, Vector};
|
||||
use abi::{self, align_up_to, FnType, ArgType};
|
||||
use context::CrateContext;
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use llvm;
|
||||
use llvm::ValueRef;
|
||||
use common::*;
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use abi::FnType;
|
||||
use adt;
|
||||
use common::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue