aboutsummaryrefslogtreecommitdiff
path: root/src/log.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.rs')
-rw-r--r--src/log.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.rs b/src/log.rs
index 1f7bebd..d25d210 100644
--- a/src/log.rs
+++ b/src/log.rs
@@ -112,4 +112,4 @@ macro_rules! error {
112} 112}
113 113
114// Re-export the macros at the module level for easier use 114// Re-export the macros at the module level for easier use
115pub use crate::{trace, debug, info, warn, error}; 115pub use crate::{debug, error, info, trace, warn};