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