no need to allow any more

This commit is contained in:
Ralf Jung 2019-04-22 11:08:53 +02:00
parent 131548a748
commit 8cb0b23c08

View File

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