Skip to content

Commit

Permalink
Remove empty line from futures example
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored and taiki-e committed Apr 10, 2021
1 parent e21659e commit 4834780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
//! # use futures::executor; ///standard executors to provide a context for futures and streams
//! # use futures::executor::ThreadPool;
//! # use futures::StreamExt;
//!
//! #
//! fn main() {
//! let pool = ThreadPool::new().expect("Failed to build pool");
//! let (tx, rx) = mpsc::unbounded::<i32>();
Expand Down

0 comments on commit 4834780

Please sign in to comment.