Merge pull request #18 from brson/contributing

Fix other failing rand test
This commit is contained in:
Bradley Anderson 2017-02-25 23:07:57 -06:00 committed by GitHub
commit 91c18a7010

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;