Replace unstable try_trait with a job_try! macro

This commit is contained in:
Alexander Krotov
2019-12-27 11:14:05 +01:00
parent fe2011742d
commit 83c98c2d55
3 changed files with 26 additions and 33 deletions

View File

@@ -4,7 +4,6 @@
#![allow(clippy::match_bool)]
#![feature(ptr_wrapping_offset_from)]
#![feature(drain_filter)]
#![feature(try_trait)]
#[macro_use]
extern crate failure_derive;
@@ -43,6 +42,7 @@ mod e2ee;
mod imap;
mod imap_client;
pub mod imex;
#[macro_use]
pub mod job;
mod job_thread;
pub mod key;