Fix tests on nightly (#378)

This commit is contained in:
Alex Crichton 2018-03-16 13:06:07 -05:00 committed by GitHub
parent 2762e2ca9a
commit 44763c853d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ extern crate libc;
extern crate std as _std;
#[cfg(test)]
#[macro_use]
#[macro_use(println, print)]
extern crate std;
#[path = "../../../stdsimd/mod.rs"]