diff options
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index d613fbe4d42..b2bcbaa7b1c 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -288,7 +288,7 @@ mod rand; #[doc(hidden)] #[unstable(feature = "rand")] pub mod __rand { - pub use rand::{thread_rng, Rng}; + pub use rand::{thread_rng, ThreadRng, Rng}; } // Modules that exist purely to document + host impl docs for primitive types |
