chore: make clippy happy (#3291)

This commit is contained in:
Dan Cline
2023-06-20 22:07:14 -04:00
committed by GitHub
parent b1c77b396a
commit 4dd9c9b25a
4 changed files with 17 additions and 20 deletions

View File

@ -88,8 +88,8 @@ where
/// This method is going to return the batch as soon as one of the conditions below
/// is fulfilled:
/// 1. The number of non-empty headers in the batch equals requested.
/// 2. The total number of headers in the batch (both empty and non-empty)
/// is greater than or equal to the stream batch size.
/// 2. The total number of headers in the batch (both empty and non-empty) is greater than
/// or equal to the stream batch size.
/// 3. Downloader reached the end of the range
///
/// NOTE: The batches returned have a variable length.