Skip to content

Commit 4834780

Browse files
pickfiretaiki-e
authored andcommitted
Remove empty line from futures example
1 parent e21659e commit 4834780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//! # use futures::executor; ///standard executors to provide a context for futures and streams
3030
//! # use futures::executor::ThreadPool;
3131
//! # use futures::StreamExt;
32-
//!
32+
//! #
3333
//! fn main() {
3434
//! let pool = ThreadPool::new().expect("Failed to build pool");
3535
//! let (tx, rx) = mpsc::unbounded::<i32>();

0 commit comments

Comments
 (0)