mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +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].
|
The [distributions available are documented here][rand-distributions].
|
||||||
An example using the [`Normal`] distribution is shown below.
|
An example using the [`Normal`] distribution is shown below.
|
||||||
|
|
||||||
```rust,no_run
|
```rust,ignore
|
||||||
extern crate rand_distr;
|
extern crate rand_distr;
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue