Skip to content

Commit 5c7cb94

Browse files
committed
Enable lazy_static during test
1 parent 3b7fd26 commit 5c7cb94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#[macro_use]
66
extern crate log;
77

8+
#[cfg(test)]
9+
#[macro_use]
10+
extern crate lazy_static;
11+
812
use std::path::PathBuf;
913

1014
pub use crate::config::{

0 commit comments

Comments
 (0)