Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/socket/icmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ impl<'a> Socket<'a> {
#[cfg(test)]
mod tests_common {
pub use super::*;
pub use crate::phy::DeviceCapabilities;
pub use crate::wire::IpAddress;

pub fn buffer(packets: usize) -> PacketBuffer<'static> {
Expand Down
2 changes: 0 additions & 2 deletions src/wire/ipv6fragment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use core::fmt;

use byteorder::{ByteOrder, NetworkEndian};

pub use super::IpProtocol as Protocol;

/// A read/write wrapper around an IPv6 Fragment Header.
#[derive(Debug, PartialEq, Eq)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
Expand Down