From: Michael Fairley Date: Wed, 29 Nov 2017 15:42:34 +0000 (-0400) Subject: Remove macro_use that's no longer needed X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~4^2~38^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d872c17f5173fb3e1c5c72a738e7aec26da0d7f9;p=cargo.git Remove macro_use that's no longer needed --- diff --git a/tests/check.rs b/tests/check.rs index 6f3a8a1fc..2f0ea0f4e 100644 --- a/tests/check.rs +++ b/tests/check.rs @@ -1,4 +1,3 @@ -#[macro_use] extern crate cargotest; extern crate hamcrest; extern crate glob;