Update users for the std::rand -> librand move.
This commit is contained in:
parent
15e2898462
commit
198caa87cd
70 changed files with 131 additions and 64 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue