diff options
| author | Samuel E. Moelius III <sam@moeli.us> | 2021-09-18 18:10:01 -0400 |
|---|---|---|
| committer | Samuel E. Moelius III <sam@moeli.us> | 2021-09-29 21:51:46 -0400 |
| commit | fa23d4fe93020bfde8f45c7cad077117d999c3ed (patch) | |
| tree | 92954b6026eca5f0a28ce6ca89662c345e58854c /library/test/src/helpers/mod.rs | |
| parent | e0c38af27cb5f6f961809601b717d6afc3b190ee (diff) | |
| download | rust-fa23d4fe93020bfde8f45c7cad077117d999c3ed.tar.gz rust-fa23d4fe93020bfde8f45c7cad077117d999c3ed.zip | |
Implement #85440
Diffstat (limited to 'library/test/src/helpers/mod.rs')
| -rw-r--r-- | library/test/src/helpers/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/test/src/helpers/mod.rs b/library/test/src/helpers/mod.rs index b7f00c4c86c..049cadf86a6 100644 --- a/library/test/src/helpers/mod.rs +++ b/library/test/src/helpers/mod.rs @@ -5,3 +5,4 @@ pub mod concurrency; pub mod exit_code; pub mod isatty; pub mod metrics; +pub mod shuffle; |
