Skip to content

Commit 941f466

Browse files
committed
Clippy
1 parent c5cd38f commit 941f466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/cpfd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ pub enum ChrUnit {
308308
}
309309

310310
#[derive(TryFromBytes, KnownLayout, IntoBytes, Immutable)]
311-
#[repr(packed)]
311+
#[repr(C, packed)]
312312
pub struct Cpfd {
313313
/// Format of the value of this characteristic.
314314
pub format: ChrFormat,

0 commit comments

Comments
 (0)