1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00

Fix missing box feature caused by copyright comment

This commit is contained in:
Dennis Kuhnert 2017-02-07 17:59:11 +01:00
parent 175ed352bf
commit 9fd6e96c3c

View file

@ -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;