mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2025-02-17 04:38:28 +00:00
Merge pull request #18 from brson/contributing
Fix other failing rand test
This commit is contained in:
commit
91c18a7010
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…
Add table
Reference in a new issue