diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-09-21 00:58:16 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-09-22 21:39:23 +1000 |
| commit | 884c1e112de4f2d070357c9ed94543fb68de69e5 (patch) | |
| tree | c442d1d68301175c8b4f8beec433d048b3404744 | |
| parent | 07167826d6b7b30c96cc9d6227fbe01b65e980f8 (diff) | |
| download | rust-884c1e112de4f2d070357c9ed94543fb68de69e5.tar.gz rust-884c1e112de4f2d070357c9ed94543fb68de69e5.zip | |
std: move rand.rs to rand/mod.rs.
| -rw-r--r-- | src/libstd/rand/mod.rs (renamed from src/libstd/rand.rs) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/rand.rs b/src/libstd/rand/mod.rs index 71664569c87..cc1e7bc80ff 100644 --- a/src/libstd/rand.rs +++ b/src/libstd/rand/mod.rs @@ -59,7 +59,6 @@ use uint; use vec; use libc::size_t; -#[path="rand/distributions.rs"] pub mod distributions; /// A type that can be randomly generated using an Rng |
