Skip to content

Commit a8bc45b

Browse files
committed
Fix unused_imports
(cherry picked from commit a4c8748)
1 parent 5f1709b commit a8bc45b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rayon-core/src/join/test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Tests for the join code.
22
3-
use crate::join::*;
4-
use crate::unwind;
3+
use super::*;
54
use crate::ThreadPoolBuilder;
65
use rand::distributions::Standard;
76
use rand::{Rng, SeedableRng};

0 commit comments

Comments
 (0)