From 74a9523f45bf5a65314518c6ef2346c512b84e6b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 21 Nov 2015 17:53:13 +0100 Subject: [PATCH] Use box_patterns, so we can unbox in the tests --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index ea9332fe..ce8e3cdb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +#![feature(box_patterns)] + #[macro_use] extern crate clap; #[macro_use] extern crate log; #[macro_use] extern crate serde;