Skip to content

Commit f06ab9f

Browse files
Tomasz MiąskoStjepan Glavina
Tomasz Miąsko
authored and
Stjepan Glavina
committed
Remove mention of task stack size configuration (#612)
1 parent 9311fd7 commit f06ab9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/task/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
//! ## Configuring tasks
5959
//!
6060
//! 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:
61+
//! which currently allows you to set the name for the child task:
6262
//!
6363
//! ```
6464
//! # #![allow(unused_must_use)]
@@ -110,7 +110,6 @@
110110
//! [`join`]: struct.JoinHandle.html#method.join
111111
//! [`panic!`]: https://doc.rust-lang.org/std/macro.panic.html
112112
//! [`Builder`]: struct.Builder.html
113-
//! [`Builder::stack_size`]: struct.Builder.html#method.stack_size
114113
//! [`Builder::name`]: struct.Builder.html#method.name
115114
//! [`task::current`]: fn.current.html
116115
//! [`Task`]: struct.Task.html

0 commit comments

Comments
 (0)