Skip to content

Commit f130f63

Browse files
committed
fix ununsed imports warning on nightly
1 parent fb28daa commit f130f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-features/src/parallel/serial.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ mod not_parallel {
113113
}
114114

115115
#[cfg(not(feature = "parallel"))]
116-
pub use not_parallel::{build_thread, in_parallel_with_slice, join, threads, Scope, ScopedJoinHandle};
116+
pub use not_parallel::{build_thread, in_parallel_with_slice, join, threads, Scope};
117117

118118
/// Read items from `input` and `consume` them in a single thread, producing an output to be collected by a `reducer`,
119119
/// whose task is to aggregate these outputs into the final result returned by this function.

0 commit comments

Comments
 (0)