Skip to content

Commit

Permalink
Remove unused import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Nov 6, 2017
1 parent 913d358 commit 284a91f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/iter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ pub trait ParallelIterator: Sized + Send {
/// Executes `OP` on each item produced by the iterator, in parallel.
///
/// ```
/// use std::sync::mpsc::channel;
/// use rayon::prelude::*;
/// (0..100).into_par_iter().for_each(|x| println!("{}", x));
/// ```
Expand Down

0 comments on commit 284a91f

Please sign in to comment.