From 8cb0b23c08c8463db0de2d70a8df44fd8326236e Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 22 Apr 2019 11:08:53 +0200 Subject: [PATCH] no need to allow any more --- test-cargo-miri/tests/test.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test-cargo-miri/tests/test.rs b/test-cargo-miri/tests/test.rs index 1f2f79214807..ce15824f94a2 100644 --- a/test-cargo-miri/tests/test.rs +++ b/test-cargo-miri/tests/test.rs @@ -1,7 +1,3 @@ -#![allow(unused_imports)] // FIXME for macOS - -extern crate rand; - use rand::{SeedableRng, FromEntropy, Rng, rngs::SmallRng}; #[test]