Skip to content

Commit

Permalink
fixup MSRV
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Feb 1, 2025
1 parent d5061b6 commit 155a28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ macro_rules! log {
let logger = &$logger;
let lvl = $lvl;
if lvl <= $crate::STATIC_MAX_LEVEL && lvl <= $crate::max_level() {
$crate::__private_api::log::<&_>(
$crate::__private_api::log::<&_, _>(
logger,
$crate::__private_api::format_args!($($arg)+),
lvl,
Expand Down

0 comments on commit 155a28d

Please sign in to comment.