Remove dead type definition
This commit is contained in:
parent
fa38c12901
commit
b03c71f629
2 changed files with 1 additions and 5 deletions
|
@ -749,10 +749,6 @@ type expr = {id: node_id, callee_id: node_id, node: expr_, span: span};
|
|||
enum log_level { error, debug, other }
|
||||
// 0 = error, 1 = debug, 2 = other
|
||||
|
||||
#[auto_serialize]
|
||||
#[auto_deserialize]
|
||||
enum alt_mode { alt_check, alt_exhaustive, }
|
||||
|
||||
#[auto_serialize]
|
||||
#[auto_deserialize]
|
||||
enum expr_ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue