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.
1 parent 34e3123 commit 080d6cdCopy full SHA for 080d6cd
exercises/threads/threads1.rs
@@ -45,7 +45,7 @@ fn main() {
45
// to **immutable** data. But we want to *change* the number of `jobs_completed`
46
// so we'll need to also use another type that will only allow one thread to
47
// mutate the data at a time. Take a look at this section of the book:
48
-// https://doc.rust-lang.org/stable/book/second-edition/ch16-03-shared-state.html#atomic-reference-counting-with-arct
+// https://doc.rust-lang.org/stable/book/ch16-03-shared-state.html#atomic-reference-counting-with-arct
49
// and keep scrolling if you'd like more hints :)
50
51
0 commit comments