chore: remove benches and fix/work around clippy lints (#1952)

This commit is contained in:
Artem Vorotnikov
2019-12-13 22:01:47 -08:00
committed by Carl Lerche
parent 91ecb4b4c2
commit d593c5b051
34 changed files with 89 additions and 1041 deletions
+2
View File
@@ -1,5 +1,7 @@
//! Futures task based helpers
#![allow(clippy::mutex_atomic)]
use futures_core::Stream;
use std::future::Future;
use std::mem;