Skip to content

Commit

Permalink
Ignore test not no_run
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGauge authored Apr 18, 2020
1 parent 2eee704 commit 5bd2246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/randomness/rand-dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5bd2246

Please sign in to comment.