diff options
author | David Blajda <blajda@hotmail.com> | 2019-02-03 22:30:15 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2019-02-03 22:30:15 +0000 |
commit | 96715ceb58b24ee7220d98e421701daa550f44db (patch) | |
tree | 2d00984339efab0549fa07079be623b2a7b634f8 /src/sync/waiter.rs | |
parent | 0a5892c67fb02e09a621ac8796ac84232935f5c3 (diff) |
Add Helix and Kraken scopes. Client Config and allow injecting of responses
Diffstat (limited to 'src/sync/waiter.rs')
-rw-r--r-- | src/sync/waiter.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sync/waiter.rs b/src/sync/waiter.rs index 8039280..1005e3d 100644 --- a/src/sync/waiter.rs +++ b/src/sync/waiter.rs @@ -1,4 +1,3 @@ -use futures::sync::oneshot; use futures::Future; use futures::future::{Shared, SharedError}; use crate::error::ConditionError; |