Skip to content

Commit 1eb04eb

Browse files
committed
remove tide::prelude from simple examples
1 parent 3aeeb2a commit 1eb04eb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ $ cargo add -D tide-testing
2323
## Example usage:
2424

2525
```rust
26-
use tide::prelude::*;
2726
let mut app = tide::new();
2827
app.at("/").get(|_| async { Ok("hello!") });
2928

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
//!
1818
//! ```rust
1919
//! # fn main() -> tide::Result<()> { async_std::task::block_on(async {
20-
//! use tide::prelude::*;
2120
//! let mut app = tide::new();
2221
//! app.at("/").get(|_| async { Ok("hello!") });
2322
//!

0 commit comments

Comments
 (0)