Skip to content

Commit 884c1e1

Browse files
committed
std: move rand.rs to rand/mod.rs.
1 parent 0716782 commit 884c1e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/rand.rs renamed to src/libstd/rand/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ use uint;
5959
use vec;
6060
use libc::size_t;
6161

62-
#[path="rand/distributions.rs"]
6362
pub mod distributions;
6463

6564
/// A type that can be randomly generated using an Rng

0 commit comments

Comments
 (0)