Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp authored and nickray committed Apr 13, 2021
1 parent 5b63208 commit ac477db
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 @@ -206,7 +206,7 @@ macro_rules! generate_macros {

#[macro_use] #[macro_export]
/// Local version of `trace!`.
macro_rules! trace { ($d($arg:tt)+) => ( $try_trace!($d($arg)+).ok() ); }
macro_rules! trace { ($d($arg:tt)+) => ( try_trace!($d($arg)+).ok() ); }

#[macro_use] #[macro_export]
/// Local version of `warn!`.
Expand Down

0 comments on commit ac477db

Please sign in to comment.