Use box_patterns, so we can unbox in the tests

This commit is contained in:
Matthias Beyer 2015-11-21 17:53:13 +01:00
parent 2dce3151bd
commit 74a9523f45

View file

@ -1,3 +1,5 @@
#![feature(box_patterns)]
#[macro_use] extern crate clap;
#[macro_use] extern crate log;
#[macro_use] extern crate serde;