Skip to content

Commit 797c8b1

Browse files
committed
Merge branch 'scan-range-fix' of github.com:tikv/client-rust into scan-range-fix
2 parents 0a2c4c0 + 1d8938d commit 797c8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ impl Config {
527527
}
528528
}
529529

530-
pub type KvFuture<Resp> = Box<dyn Future<Item = Resp, Error = Error>>;
530+
pub type KvFuture<Resp> = Box<dyn Future<Item = Resp, Error = Error> + Send>;
531531

532532
/// A convenience trait for expressing ranges.
533533
///

0 commit comments

Comments
 (0)