Skip to content

Commit bd468be

Browse files
committed
test(cancellation): deleted a comment
Signed-off-by: Jad K. Haddad <jadkhaddad@gmail.com>
1 parent 9e58091 commit bd468be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ mod cancellation {
12851285
struct Reader<'a> {
12861286
buf: &'a [u8],
12871287
bytes_per_read_call: usize,
1288-
yield_next: bool, // Add this flag
1288+
yield_next: bool,
12891289
}
12901290

12911291
impl ErrorType for Reader<'_> {

0 commit comments

Comments
 (0)