We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1709b commit a8bc45bCopy full SHA for a8bc45b
rayon-core/src/join/test.rs
@@ -1,7 +1,6 @@
1
//! Tests for the join code.
2
3
-use crate::join::*;
4
-use crate::unwind;
+use super::*;
5
use crate::ThreadPoolBuilder;
6
use rand::distributions::Standard;
7
use rand::{Rng, SeedableRng};
0 commit comments