chore(doc): Fix module descriptions for length_prefix_encoding

There's a more complete module description for the encoder and decoder now. Both versions get appended by rustdoc, which looks wrong and shouldn't be necessary.
This commit is contained in:
Philipp Dresselmann
2024-12-12 11:35:52 +01:00
parent 58e1c8fbff
commit f87e2cb31b

View File

@@ -1,4 +1,2 @@
/// Module that handles decoding functionality
pub mod decoder;
/// Module that handles encoding functionality
pub mod encoder;