Skip to content

Commit 092aba1

Browse files
committed
Also rename socket-dhcpv4 in error message.
1 parent cc45044 commit 092aba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ compile_error!("You must enable at least one of the following features: proto-ip
108108
feature = "socket-dns",
109109
))
110110
))]
111-
compile_error!("If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp, socket-dhcp, socket-dns");
111+
compile_error!("If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp, socket-dhcpv4, socket-dns");
112112

113113
#[cfg(all(
114114
feature = "socket",

0 commit comments

Comments
 (0)