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 e21659e commit 4834780Copy full SHA for 4834780
futures/src/lib.rs
@@ -29,7 +29,7 @@
29
//! # use futures::executor; ///standard executors to provide a context for futures and streams
30
//! # use futures::executor::ThreadPool;
31
//! # use futures::StreamExt;
32
-//!
+//! #
33
//! fn main() {
34
//! let pool = ThreadPool::new().expect("Failed to build pool");
35
//! let (tx, rx) = mpsc::unbounded::<i32>();
0 commit comments