mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-21 19:13:07 +00:00
Ignore test not no_run
This commit is contained in:
parent
2eee704398
commit
5bd22460a3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ generator [`rand::Rng`].
|
|||
The [distributions available are documented here][rand-distributions].
|
||||
An example using the [`Normal`] distribution is shown below.
|
||||
|
||||
```rust,no_run
|
||||
```rust,ignore
|
||||
extern crate rand_distr;
|
||||
extern crate rand;
|
||||
|
||||
|
|
Loading…
Reference in a new issue