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.
2 parents 02117dd + 12240e5 commit 33c3eddCopy full SHA for 33c3edd
src/doc/tutorial.md
@@ -1710,7 +1710,7 @@ it's possible to use *dynamic* mutability via types like `std::cell::Cell` where
1710
via dynamic checks and can fail at runtime.
1711
1712
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.
+immutable and mutable shared memory is provided by the `sync::arc` module.
1714
1715
# Closures
1716
0 commit comments