Fill out variants to be reduced
This commit is contained in:
parent
35f5a9623a
commit
75bf4b5697
@ -157,6 +157,9 @@ impl Declaration {
|
||||
}
|
||||
},
|
||||
TypeDecl { .. } => Stmt::Noop,
|
||||
TypeAlias(_, _) => Stmt::Noop,
|
||||
Interface { .. } => Stmt::Noop,
|
||||
Impl { .. } => Stmt::Expr(Expr::UnimplementedSigilValue),
|
||||
_ => Stmt::Expr(Expr::UnimplementedSigilValue)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user