Skip to content

Commit 22908a6

Browse files
committed
do not specify repr(C) to Record type
1 parent dbaa6db commit 22908a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/util/logger.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ impl Level {
8888
/// A Record, unit of logging output with Metadata to enable filtering
8989
/// Module_path, file, line to inform on log's source
9090
#[derive(Clone,Debug)]
91-
#[repr(C)]
9291
pub struct Record<'a> {
9392
/// The verbosity level of the message.
9493
pub level: Level,

0 commit comments

Comments
 (0)