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 1480eb9 commit 9acfaa6Copy full SHA for 9acfaa6
src/iter/mod.rs
@@ -74,7 +74,7 @@
74
//! `None`/`Err` values will exit early.
75
//!
76
//! A note about object safety: It is currently _not_ possible to wrap
77
-//! a ParallelIterator (or any trait that depends on it) using a
+//! a `ParallelIterator` (or any trait that depends on it) using a
78
//! `Box<dyn ParallelIterator>` or other kind of dynamic allocation,
79
//! because `ParallelIterator` is **not object-safe**.
80
//! (This keeps the implementation simpler and allows extra optimizations.)
0 commit comments