mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 13:56:30 +03:00
Replace unstable try_trait with a job_try! macro
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user