Skip to content

Commit 1096cdb

Browse files
authored
Merge pull request #918 from dhardy/master
Fix rand_distr bench: extern crate test
2 parents 4dd10bc + e23c1cd commit 1096cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rand_distr/benches/distributions.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#![feature(test)]
1010

11+
extern crate test;
12+
1113
const RAND_BENCH_N: u64 = 1000;
1214

1315
use std::mem::size_of;

0 commit comments

Comments
 (0)