1
Fork 0

Update users for the std::rand -> librand move.

This commit is contained in:
Huon Wilson 2014-03-02 11:33:24 +11:00
parent 15e2898462
commit 198caa87cd
70 changed files with 131 additions and 64 deletions

View file

@ -12,8 +12,8 @@
#[feature(struct_variant)];
extern crate extra;
extern crate rand;
use std::hash::Hash;
struct Error;