Skip to content

Commit e693a78

Browse files
committed
Reimplement change from #506
1 parent 726d343 commit e693a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redirect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! # Examples
44
//!
55
//! ```no_run
6-
//! # use futures::executor::block_on;
6+
//! # use async_std::task::block_on;
77
//! # fn main() -> Result<(), std::io::Error> { block_on(async {
88
//! #
99
//! use tide::Redirect;

0 commit comments

Comments
 (0)