mirror of
https://github.com/trussed-dev/delog.git
synced 2026-06-20 04:16:34 -07:00
fix typo
This commit is contained in:
committed by
Nicolas Stalder
parent
5b632083ae
commit
ac477dbbef
+1
-1
@@ -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!`.
|
||||
|
||||
Reference in New Issue
Block a user