diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 5162015..5637ecd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ #![feature(impl_trait_in_bindings)] +#![feature(try_trait)] extern crate chrono; #[cfg(feature = "diesel")] @@ -8,7 +9,6 @@ extern crate dotenv; extern crate either; #[macro_use] extern crate failure; extern crate fern; -extern crate flate2; #[cfg_attr(test, macro_use)] extern crate itertools; #[macro_use] extern crate lazy_static; #[macro_use] extern crate log; |
