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 669dc1b commit c5f1c73Copy full SHA for c5f1c73
src/log_stubs.rs
@@ -1,3 +1,5 @@
1
+#![allow(unused)]
2
+
3
macro_rules! log {
4
(target: $target:expr, $lvl:expr, $($arg:tt)+) => {
5
let _ = $target;
0 commit comments