Skip to content

Commit 33c3edd

Browse files
committed
auto merge of #14362 : zecozephyr/rust/docfixes, r=cmr
extra::arc -> alloc::arc
2 parents 02117dd + 12240e5 commit 33c3edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ it's possible to use *dynamic* mutability via types like `std::cell::Cell` where
17101710
via dynamic checks and can fail at runtime.
17111711

17121712
The `Rc` and `Gc` types are not sendable, so they cannot be used to share memory between tasks. Safe
1713-
immutable and mutable shared memory is provided by the `extra::arc` module.
1713+
immutable and mutable shared memory is provided by the `sync::arc` module.
17141714

17151715
# Closures
17161716

0 commit comments

Comments
 (0)