Remove stmt_crate_directive, it's vestigial and confusing.
This commit is contained in:
parent
dfd699a852
commit
799690bea0
7 changed files with 2 additions and 37 deletions
|
|
@ -145,9 +145,6 @@ type stmt = spanned<stmt_>;
|
|||
tag stmt_ {
|
||||
stmt_decl(@decl, node_id);
|
||||
stmt_expr(@expr, node_id);
|
||||
|
||||
// These only exist in crate-level blocks.
|
||||
stmt_crate_directive(@crate_directive);
|
||||
}
|
||||
|
||||
tag init_op { init_assign; init_move; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue