Skip to content

Commit c147ac6

Browse files
committed
Refactor ScanRegionsContext
Signed-off-by: Nick Cameron <nrc@ncameron.org>
1 parent d4789dd commit c147ac6

File tree

3 files changed

+153
-220
lines changed

3 files changed

+153
-220
lines changed

src/compat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
use futures::prelude::*;
77
use futures::task::{Context, Poll};
8-
use futures::try_ready;
8+
use futures::{ready, try_ready};
99
use std::pin::Pin;
1010

1111
/// The status of a `loop_fn` loop.

0 commit comments

Comments
 (0)