Skip to content

Commit 095ec15

Browse files
committed
remove unused code from examples
1 parent 8f4e77e commit 095ec15

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ assert_eq!((a, b, c).join().await, (1, "hello", 3));
6767

6868
```rust
6969
use futures_concurrency::prelude::*;
70-
use futures_lite::stream;
7170

72-
# futures::executor::block_on(async {
7371
let v: Vec<_> = vec!["chashu", "nori"]
7472
.into_co_stream()
7573
.map(|msg| async move { format!("hello {msg}") })

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
//!
2727
//! ```rust
2828
//! use futures_concurrency::prelude::*;
29-
//! use futures_lite::stream;
3029
//!
3130
//! # futures::executor::block_on(async {
3231
//! let v: Vec<_> = vec!["chashu", "nori"]

0 commit comments

Comments
 (0)