Skip to content

Commit c57c9e9

Browse files
committed
allow redundant rand imports in nightly
1 parent a61e4f2 commit c57c9e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rand_distr.rs

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ impl rand_distr::uniform::UniformSampler for BFloat16Sampler {
9797
mod tests {
9898
use super::*;
9999

100+
#[allow(unused_imports)]
100101
use rand::{thread_rng, Rng};
101102
use rand_distr::{Standard, StandardNormal, Uniform};
102103

0 commit comments

Comments
 (0)