Skip to content

Commit

Permalink
Fix tests on nightly (rust-lang#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Mar 16, 2018
1 parent 5f74dbd commit 3a5ab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stdsimd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3a5ab60

Please sign in to comment.