We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7fd26 commit 5c7cb94Copy full SHA for 5c7cb94
src/lib.rs
@@ -5,6 +5,10 @@
5
#[macro_use]
6
extern crate log;
7
8
+#[cfg(test)]
9
+#[macro_use]
10
+extern crate lazy_static;
11
+
12
use std::path::PathBuf;
13
14
pub use crate::config::{
0 commit comments