Skip to content

Commit c5f1c73

Browse files
committed
Allow log stubs to be unused.
1 parent 669dc1b commit c5f1c73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/log_stubs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused)]
2+
13
macro_rules! log {
24
(target: $target:expr, $lvl:expr, $($arg:tt)+) => {
35
let _ = $target;

0 commit comments

Comments
 (0)