Skip to content

Commit 0c5a891

Browse files
committed
docs: removed unnecessary comments in body-plz crate
1 parent 0e2768d commit 0c5a891

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

body-plz/src/reader/chunked_reader.rs

-6
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ pub enum ChunkReader {
7171
* 5. EndCRLF If buf is CRLF, then change state to End and return
7272
* ChunkedBody::EndCRLF
7373
*
74-
* Returns:
75-
* Some(ChunkedBody)
76-
*
7774
* Error:
7875
* ChunkReaderError::LastChunkPoll [3]
7976
*/
@@ -176,9 +173,6 @@ impl ChunkReader {
176173
*
177174
* NOTE: chunk_extension is ignored.
178175
*
179-
* Returns:
180-
* Ok(usize)
181-
*
182176
* Error:
183177
* ChunkReaderError::NotValidUtf [1]
184178
* ChunkReaderError::ChunkedExtension [2]

0 commit comments

Comments
 (0)