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

@ -39,6 +39,7 @@ TEMPLATE = """// Copyright {year} The Rust Project Developers. See the COPYRIGHT
#[feature(struct_variant)];
extern crate extra;
extern crate rand;
{error_deriving}
struct Error;