We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726d343 commit e693a78Copy full SHA for e693a78
src/redirect.rs
@@ -3,7 +3,7 @@
3
//! # Examples
4
//!
5
//! ```no_run
6
-//! # use futures::executor::block_on;
+//! # use async_std::task::block_on;
7
//! # fn main() -> Result<(), std::io::Error> { block_on(async {
8
//! #
9
//! use tide::Redirect;
0 commit comments