Fix other failing rand test

This commit is contained in:
Brad Anderson 2017-02-25 22:52:26 -06:00
parent 1e7ecee333
commit 2958bd0090

View file

@ -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;