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