Skip to content

Commit 67e8f12

Browse files
committed
Expose Concurrent (private type in public i'face)
1 parent 69b352e commit 67e8f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/test/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub mod test {
4949
cli::{parse_opts, TestOpts},
5050
filter_tests,
5151
helpers::metrics::{Metric, MetricMap},
52-
options::{Options, RunIgnored, RunStrategy, ShouldPanic},
52+
options::{Concurrent, Options, RunIgnored, RunStrategy, ShouldPanic},
5353
run_test, test_main, test_main_static,
5454
test_result::{TestResult, TrFailed, TrFailedMsg, TrIgnored, TrOk},
5555
time::{TestExecTime, TestTimeOptions},

0 commit comments

Comments
 (0)