Skip to content

Commit 9acfaa6

Browse files
Qqwycuviper
andauthored
Update src/iter/mod.rs
Co-Authored-By: Josh Stone <cuviper@gmail.com>
1 parent 1480eb9 commit 9acfaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
//! `None`/`Err` values will exit early.
7575
//!
7676
//! A note about object safety: It is currently _not_ possible to wrap
77-
//! a ParallelIterator (or any trait that depends on it) using a
77+
//! a `ParallelIterator` (or any trait that depends on it) using a
7878
//! `Box<dyn ParallelIterator>` or other kind of dynamic allocation,
7979
//! because `ParallelIterator` is **not object-safe**.
8080
//! (This keeps the implementation simpler and allows extra optimizations.)

0 commit comments

Comments
 (0)