Skip to content

Commit 3a5ab60

Browse files
authored
Fix tests on nightly (rust-lang#378)
1 parent 5f74dbd commit 3a5ab60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stdsimd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern crate libc;
2121
extern crate std as _std;
2222

2323
#[cfg(test)]
24-
#[macro_use]
24+
#[macro_use(println, print)]
2525
extern crate std;
2626

2727
#[path = "../../../stdsimd/mod.rs"]

0 commit comments

Comments
 (0)