Skip to content

Commit 3fcff84

Browse files
committed
wire: make ethernet module visible in entire crate
1 parent ee85f30 commit 3fcff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wire/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub(crate) mod dhcpv4;
8484
#[cfg(feature = "proto-dns")]
8585
pub(crate) mod dns;
8686
#[cfg(feature = "medium-ethernet")]
87-
mod ethernet;
87+
pub(crate) mod ethernet;
8888
#[cfg(any(feature = "proto-ipv4", feature = "proto-ipv6"))]
8989
mod icmp;
9090
#[cfg(feature = "proto-ipv4")]

0 commit comments

Comments
 (0)