Skip to content

Commit

Permalink
Merge pull request #881 from smoltcp-rs/remove-unused-imports
Browse files Browse the repository at this point in the history
Remove unused imports.
  • Loading branch information
Dirbaio authored Dec 23, 2023
2 parents b0acaab + 20416ab commit 4e2f477
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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

0 comments on commit 4e2f477

Please sign in to comment.