summaryrefslogtreecommitdiffstats
path: root/vendor/rayon/src/iter/step_by.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rayon/src/iter/step_by.rs')
-rw-r--r--vendor/rayon/src/iter/step_by.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/rayon/src/iter/step_by.rs b/vendor/rayon/src/iter/step_by.rs
index 863de3cf0..94b8334e8 100644
--- a/vendor/rayon/src/iter/step_by.rs
+++ b/vendor/rayon/src/iter/step_by.rs
@@ -1,4 +1,3 @@
-#![cfg(has_step_by_rev)]
use std::cmp::min;
use super::plumbing::*;