diff options
| author | Alan Egerton <eggyal@gmail.com> | 2021-05-14 13:28:56 +0100 |
|---|---|---|
| committer | Alan Egerton <eggyal@gmail.com> | 2021-05-14 13:28:56 +0100 |
| commit | 67e8f1230745785bc08ec4d3d882f61b1d3516af (patch) | |
| tree | 290627c3c427f755b340dbc31ab9b748541e9000 | |
| parent | 69b352ef7749825abde2d8f8e31c05f681e61a10 (diff) | |
Expose `Concurrent` (private type in public i'face)
| -rw-r--r-- | library/test/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/test/src/lib.rs b/library/test/src/lib.rs index 9adc099aaa5..bda5ed888d7 100644 --- a/library/test/src/lib.rs +++ b/library/test/src/lib.rs @@ -49,7 +49,7 @@ pub mod test { cli::{parse_opts, TestOpts}, filter_tests, helpers::metrics::{Metric, MetricMap}, - options::{Options, RunIgnored, RunStrategy, ShouldPanic}, + options::{Concurrent, Options, RunIgnored, RunStrategy, ShouldPanic}, run_test, test_main, test_main_static, test_result::{TestResult, TrFailed, TrFailedMsg, TrIgnored, TrOk}, time::{TestExecTime, TestTimeOptions}, |
