summaryrefslogtreecommitdiffstats
path: root/melib/src/lib.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-20 17:37:19 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-26 00:54:06 +0300
commit3eadaba34e7d8d2f1619989da8af3274bf45eb97 (patch)
treec8cac679a275c48ab537631fcd959b2a768c73ee /melib/src/lib.rs
parenta19080538473bfd9225f9b22e0ae969cb75bb9c6 (diff)
Replace old pseudo-async code with blocking rust async
Diffstat (limited to 'melib/src/lib.rs')
-rw-r--r--melib/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/melib/src/lib.rs b/melib/src/lib.rs
index 106f3e44..532aa65d 100644
--- a/melib/src/lib.rs
+++ b/melib/src/lib.rs
@@ -31,7 +31,6 @@
//! values (see module `thread`)
//!
//! Other exports are
-//! - Thread management (see module `async_workers`)
//! - Basic mail account configuration to use with `backends` (see module `conf`)
//! - Parser combinators (see module `parsec`)
//! - A `ShellExpandTrait` to expand paths like a shell.
@@ -105,7 +104,6 @@ pub use self::logging::LoggingLevel::*;
pub use self::logging::*;
pub mod addressbook;
-pub mod async_workers;
pub mod backends;
mod collection;
pub mod conf;