Skip to content

Commit

Permalink
fix up capturing of :err
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Feb 18, 2024
1 parent 31bb4b0 commit 73e9539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Expand Up @@ -288,7 +288,7 @@ macro_rules! __log_value {
$crate::__private_api::capture_display(&&$args)
};
//Error
(($args:expr):error) => {
(($args:expr):err) => {
$crate::__log_value_error!($args)
};
// sval::Value
Expand Down

0 comments on commit 73e9539

Please sign in to comment.