Skip to content

Commit d7205b0

Browse files
committed
linux updating the remain e! macro to c_enum!
1 parent 72f9d58 commit d7205b0

File tree

1 file changed

+2
-2
lines changed
  • src/unix/linux_like/linux

1 file changed

+2
-2
lines changed

src/unix/linux_like/linux/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ cfg_if! {
8484
}
8585
}
8686

87-
e! {
88-
pub enum tpacket_versions {
87+
c_enum! {
88+
tpacket_versions {
8989
TPACKET_V1,
9090
TPACKET_V2,
9191
TPACKET_V3,

0 commit comments

Comments
 (0)