8000 dhcpd: fix compile warning on stable rust · Andy-Python-Programmer/dhcpd@f226b6b · GitHub
[go: up one dir, main page]

Skip to content

Commit f226b6b

Browse files
no92Andy-Python-Programmer
authored andcommitted
dhcpd: fix compile warning on stable rust
1 parent f778786 commit f226b6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ enum HType {
6262
Ethernet = 1u8.swap_bytes(),
6363
}
6464

65-
#[derive(Debug, Clone)]
6665
#[repr(C, packed)]
6766
struct Header {
6867
op: DhcpType,

0 commit comments

Comments
 (0)
0