Skip to content

Commit 869b088

Browse files
committedJan 31, 2017
Pull in macros from the log crate in tests.
1 parent 899a5a1 commit 869b088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extern crate std;
7676
extern crate libc;
7777
#[cfg(feature = "use_alloc")]
7878
extern crate alloc;
79-
#[cfg(feature = "use_log")]
79+
#[cfg(any(test, feature = "use_log"))]
8080
#[macro_use(trace, log)]
8181
extern crate log;
8282

0 commit comments

Comments
 (0)
Please sign in to comment.