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 3aeeb2a commit 1eb04ebCopy full SHA for 1eb04eb
README.md
@@ -23,7 +23,6 @@ $ cargo add -D tide-testing
23
## Example usage:
24
25
```rust
26
-use tide::prelude::*;
27
let mut app = tide::new();
28
app.at("/").get(|_| async { Ok("hello!") });
29
src/lib.rs
@@ -17,7 +17,6 @@
17
//!
18
//! ```rust
19
//! # fn main() -> tide::Result<()> { async_std::task::block_on(async {
20
-//! use tide::prelude::*;
21
//! let mut app = tide::new();
22
//! app.at("/").get(|_| async { Ok("hello!") });
0 commit comments