File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use tracelogging::*;
12
12
use tracelogging_dynamic:: EventBuilder ;
13
13
use tracing_subscriber:: registry:: { LookupSpan , SpanRef } ;
14
14
15
- thread_local ! { static EBW : RefCell <EventBuilder > = const { RefCell :: new( EventBuilder :: new( ) ) ; } }
15
+ thread_local ! { static EBW : RefCell <EventBuilder > = const { RefCell :: new( EventBuilder :: new( ) ) } }
16
16
17
17
pub ( crate ) struct CommonSchemaPartCBuilder < ' a > {
18
18
pub ( crate ) eb : & ' a mut EventBuilder ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use std::{
13
13
} ;
14
14
use tracing_subscriber:: registry:: { LookupSpan , SpanRef } ;
15
15
16
- thread_local ! { static EBW : RefCell <EventBuilder > = const { RefCell :: new( EventBuilder :: new( ) ) ; } }
16
+ thread_local ! { static EBW : RefCell <EventBuilder > = const { RefCell :: new( EventBuilder :: new( ) ) } }
17
17
18
18
pub ( crate ) struct CommonSchemaPartCBuilder < ' a > {
19
19
pub ( crate ) eb : & ' a mut EventBuilder ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pub(crate) static mut _start__etw_kw: usize = usize::from_ne_bytes(*b"RSETW000")
13
13
#[ link_section = ".rsdata$zRSETW9" ]
14
14
pub ( crate ) static mut _stop__etw_kw: usize = usize:: from_ne_bytes ( * b"RSETW999" ) ;
15
15
16
- thread_local ! { static EBW : RefCell <EventBuilder > = const { RefCell :: new( EventBuilder :: new( ) ) ; } }
16
+ thread_local ! { static EBW : RefCell <EventBuilder > = const { RefCell :: new( EventBuilder :: new( ) ) } }
17
17
18
18
struct Win32SystemTime {
19
19
st : [ u16 ; 8 ] ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ extern "C" {
17
17
#[ used]
18
18
static mut ETW_META_PTR : * const crate :: _details:: EventMetadata = core:: ptr:: null ( ) ;
19
19
20
- thread_local ! { static EBW : RefCell <EventBuilder > = const { RefCell :: new( EventBuilder :: new( ) ) ; } }
20
+ thread_local ! { static EBW : RefCell <EventBuilder > = const { RefCell :: new( EventBuilder :: new( ) ) } }
21
21
22
22
impl < T > AddFieldAndValue < T > for & ' _ mut eventheader_dynamic:: EventBuilder {
23
23
fn add_field_value ( & mut self , fv : & FieldAndValue ) {
You can’t perform that action at this time.
0 commit comments