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,4 +1,4 @@
|
|||
#![allow(non_camel_case_types, non_snake_case)]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use rustc_errors::struct_span_err;
|
||||
use rustc_hir as hir;
|
||||
|
@ -25,7 +25,6 @@ pub enum IntPredicate {
|
|||
IntSLE,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub enum RealPredicate {
|
||||
RealPredicateFalse,
|
||||
RealOEQ,
|
||||
|
@ -60,7 +59,6 @@ pub enum AtomicRmwBinOp {
|
|||
}
|
||||
|
||||
pub enum AtomicOrdering {
|
||||
#[allow(dead_code)]
|
||||
NotAtomic,
|
||||
Unordered,
|
||||
Monotonic,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue