summaryrefslogtreecommitdiffstats
path: root/vendor/rayon/src/iter/map.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rayon/src/iter/map.rs')
-rw-r--r--vendor/rayon/src/iter/map.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/rayon/src/iter/map.rs b/vendor/rayon/src/iter/map.rs
index f2a35ff8c..da14d4082 100644
--- a/vendor/rayon/src/iter/map.rs
+++ b/vendor/rayon/src/iter/map.rs
@@ -213,7 +213,7 @@ where
R: Send,
{
fn split_off_left(&self) -> Self {
- MapConsumer::new(self.base.split_off_left(), &self.map_op)
+ MapConsumer::new(self.base.split_off_left(), self.map_op)
}
fn to_reducer(&self) -> Self::Reducer {