Remove unused #[allow(...)] statements from compiler/
This commit is contained in:
@@ -32,6 +32,7 @@ pub enum AutoTraitResult<A> {
|
||||
NegativeImpl,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
impl<A> AutoTraitResult<A> {
|
||||
fn is_auto(&self) -> bool {
|
||||
match *self {
|
||||
|
||||
Reference in New Issue
Block a user