mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-10 06:04:20 +00:00
Fix other failing rand test
This commit is contained in:
parent
1e7ecee333
commit
2958bd0090
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ polymorphic function `Rng::gen()` to generate random types.
|
|||
*Key concepts:*
|
||||
* Generating a random structure
|
||||
|
||||
```rust
|
||||
```rust,ignore
|
||||
extern crate rand;
|
||||
|
||||
use rand::Rng;
|
||||
|
|
Loading…
Reference in a new issue