Use box_patterns, so we can unbox in the tests
This commit is contained in:
parent
2dce3151bd
commit
74a9523f45
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![feature(box_patterns)]
|
||||
|
||||
#[macro_use] extern crate clap;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate serde;
|
||||
|
|
Loading…
Reference in a new issue