fix tests on macOS

This commit is contained in:
Ralf Jung 2019-04-16 20:14:23 +02:00
parent 59541d446a
commit 341798f09d

View File

@ -1,3 +1,5 @@
#![allow(unused_imports)] // FIXME for macOS
extern crate rand;
use rand::{SeedableRng, FromEntropy, Rng, rngs::SmallRng};