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 552fc11 commit 88d6a4eCopy full SHA for 88d6a4e
rayon-core/src/scope/mod.rs
@@ -135,7 +135,7 @@ struct ScopeBase<'scope> {
135
/// });
136
137
138
-/// s.spawn(|s| { // task 2
+/// s.spawn(|s| { // task s.2
139
140
/// // point mid
141
@@ -322,7 +322,7 @@ where
322
323
324
325
-/// s.spawn_fifo(|s| { // task 2
+/// s.spawn_fifo(|s| { // task s.2
326
327
328
0 commit comments