Skip to content

Commit 300ab23

Browse files
committed
obsolete comment
1 parent f2ba621 commit 300ab23

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#![forbid(unsafe_code, missing_docs)]
22
#![cfg_attr(test, deny(warnings))]
3-
// TODO compact encoding currently has no way to encode/decode`std::net::SocketAddr` because it
4-
// could contain a ipv4 OR an ipv6 address and the current ipv4 encoding has no way for it to
5-
// distinguish itself.
6-
// So should this be a panic?
73
//! # Series of compact encoding schemes for building small and fast parsers and serializers
84
//!
95
//! Binary compatible with the

0 commit comments

Comments
 (0)