Merge pull request #20903 from XMPPwocky/deadlink1
Fix dead link in documentation (s/task/thread/) Reviewed-by: Aatch
This commit is contained in:
commit
a9679c643b
@ -73,7 +73,7 @@
|
||||
//!
|
||||
//! ## Concurrency, I/O, and the runtime
|
||||
//!
|
||||
//! The [`task`](task/index.html) module contains Rust's threading abstractions,
|
||||
//! The [`thread`](thread/index.html) module contains Rust's threading abstractions,
|
||||
//! while [`comm`](comm/index.html) contains the channel types for message
|
||||
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
|
||||
//! memory types, including [`atomic`](sync/atomic/index.html).
|
||||
|
Loading…
Reference in New Issue
Block a user