Skip to content

Commit dfa067e

Browse files
committed
fix up kv passing
1 parent 39d4c3a commit dfa067e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ macro_rules! __log {
119119
$crate::__private_api::format_args!($($arg)+),
120120
lvl,
121121
&($target, $crate::__private_api::module_path!(), $crate::__private_api::loc()),
122-
&[$(($crate::__log_key!($key), $crate::__log_value!($key $(:$capture)* = $($value)*))),+]
122+
&[$(($crate::__log_key!($key), $crate::__log_value!($key $(:$capture)* = $($value)*))),+] as &[_],
123123
);
124124
}
125125
});

0 commit comments

Comments
 (0)