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 aa181be + 5452133 commit 003b5e6Copy full SHA for 003b5e6
FAQ.md
@@ -40,7 +40,7 @@ is an homage to that work.
40
41
## What should I do if I use `Rc`, `Cell`, `RefCell` or other non-Send-and-Sync types?
42
43
-There a number of non-threadsafe types in the Rust standard library,
+There are a number of non-threadsafe types in the Rust standard library,
44
and if your code is using them, you will not be able to combine it
45
with Rayon. Similarly, even if you don't have such types, but you try
46
to have multiple closures mutating the same state, you will get
0 commit comments