Fix missing box feature caused by copyright comment
This commit is contained in:
parent
175ed352bf
commit
9fd6e96c3c
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
#![feature(box_patterns, box_syntax)]
|
||||
/**
|
||||
* @file main.rs
|
||||
* @author Dennis Kuhnert <dennis.kuhnert@campus.tu-berlin.de>
|
||||
* @date 2017
|
||||
*/
|
||||
|
||||
#![feature(box_patterns, box_syntax)]
|
||||
|
||||
mod absy;
|
||||
mod parser;
|
||||
mod flatten;
|
||||
|
|
Loading…
Reference in a new issue