aboutsummaryrefslogtreecommitdiffstats
path: root/src/udp/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp/mod.rs')
-rw-r--r--src/udp/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udp/mod.rs b/src/udp/mod.rs
index 377092e..8227559 100644
--- a/src/udp/mod.rs
+++ b/src/udp/mod.rs
@@ -51,7 +51,6 @@ impl fmt::Debug for Endpoint {
match *self {
Endpoint::V4(addr, pktinfo) => write!(f, "Endpoint::V4({}, ...)", addr),
Endpoint::V6(addr, pktinfo) => write!(f, "Endpoint::V6({}, ...)", addr),
-
}
}
}