We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0acaab + 20416ab commit 4e2f477Copy full SHA for 4e2f477
src/socket/icmp.rs
@@ -631,7 +631,6 @@ impl<'a> Socket<'a> {
631
#[cfg(test)]
632
mod tests_common {
633
pub use super::*;
634
- pub use crate::phy::DeviceCapabilities;
635
pub use crate::wire::IpAddress;
636
637
pub fn buffer(packets: usize) -> PacketBuffer<'static> {
src/wire/ipv6fragment.rs
@@ -3,8 +3,6 @@ use core::fmt;
3
4
use byteorder::{ByteOrder, NetworkEndian};
5
6
-pub use super::IpProtocol as Protocol;
7
-
8
/// A read/write wrapper around an IPv6 Fragment Header.
9
#[derive(Debug, PartialEq, Eq)]
10
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
0 commit comments