We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9311fd7 commit f06ab9fCopy full SHA for f06ab9f
src/task/mod.rs
@@ -58,7 +58,7 @@
58
//! ## Configuring tasks
59
//!
60
//! A new task can be configured before it is spawned via the [`Builder`] type,
61
-//! which currently allows you to set the name and stack size for the child task:
+//! which currently allows you to set the name for the child task:
62
63
//! ```
64
//! # #![allow(unused_must_use)]
@@ -110,7 +110,6 @@
110
//! [`join`]: struct.JoinHandle.html#method.join
111
//! [`panic!`]: https://doc.rust-lang.org/std/macro.panic.html
112
//! [`Builder`]: struct.Builder.html
113
-//! [`Builder::stack_size`]: struct.Builder.html#method.stack_size
114
//! [`Builder::name`]: struct.Builder.html#method.name
115
//! [`task::current`]: fn.current.html
116
//! [`Task`]: struct.Task.html
0 commit comments