Skip to content

Commit a91b054

Browse files
committed
Try to fix CI
1 parent ec2f006 commit a91b054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_distr/tests/uniformity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
extern crate average;
1111
extern crate rand;
1212
extern crate rand_distr;
13+
extern crate core;
1314

1415
use average::Histogram;
1516
use rand::distributions::Distribution;
1617
use rand::FromEntropy;
17-
use std as core;
1818

1919
const N_BINS: usize = 100;
2020
const N_SAMPLES: u32 = 1_000_000;

0 commit comments

Comments
 (0)