1
Fork 0

review changes

This commit is contained in:
Nick Cameron 2016-10-18 18:04:28 +13:00
parent 9322332140
commit 8c4a39cd95
5 changed files with 60 additions and 17 deletions

View file

@ -34,6 +34,7 @@
#![cfg_attr(stage0, feature(question_mark))]
#![feature(rustc_diagnostic_macros)]
#![feature(specialization)]
#![feature(dotdot_in_tuple_patterns)]
extern crate serialize;
extern crate term;