Remove a todo

This commit is contained in:
Stjepan Glavina 2020-08-27 00:11:27 +02:00
parent 182e732bcb
commit d36f5a44f0
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ pub use {
futures_lite::{pin, ready},
};
// TODO: Mutex::lock_arc() -> ArcMutexGuard, also Mutex::try_lock_arc()
#[doc(inline)]
pub use {
async_channel as channel, async_fs as fs, async_lock as lock, async_net as net,