Skip to content

Commit

Permalink
Add extra import (related to rayon-rs#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuster committed Dec 20, 2016
1 parent 2d017b2 commit febc7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/par_iter/find_first_last.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use std::cell::Cell;
use std::sync::atomic::{AtomicUsize, Ordering};
use super::internal::*;
use super::*;
use super::len::*;

Expand Down

0 comments on commit febc7ed

Please sign in to comment.