mitigate additional debuginfo expansions
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
6c7845c8af
commit
de6d961535
8 changed files with 13 additions and 6 deletions
|
@ -33,6 +33,7 @@ pub struct Log {
|
|||
// the crate namespace like these.
|
||||
|
||||
#[macro_export]
|
||||
#[collapse_debuginfo(yes)]
|
||||
macro_rules! event {
|
||||
( $level:expr_2021, $($x:tt)+ ) => { ::tracing::event!( $level, $($x)+ ) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue