Skip to content

Commit e23c1cd

Browse files
committed
Fix rand_distr bench: extern crate test
1 parent 4dd10bc commit e23c1cd

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)