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 aa181be commit 5452133Copy full SHA for 5452133
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