diff --git a/util/src/length_prefix_encoding/mod.rs b/util/src/length_prefix_encoding/mod.rs index 5d32cf7..a4d5bf5 100644 --- a/util/src/length_prefix_encoding/mod.rs +++ b/util/src/length_prefix_encoding/mod.rs @@ -1,4 +1,2 @@ -/// Module that handles decoding functionality pub mod decoder; -/// Module that handles encoding functionality pub mod encoder;