Ignore test not no_run

This commit is contained in:
Andrew Gauger 2020-04-18 10:55:29 -07:00 committed by GitHub
parent 2eee704398
commit 5bd22460a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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