Skip to content

Commit a9c1643

Browse files
authored
Fix de.rs: use yield_with
1 parent e65f382 commit a9c1643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/de.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ mod tests {
480480
Gn::new_scoped(move |mut s| loop {
481481
for _ in 0..8 {
482482
// Stuffing empty slices
483-
s.yield_(&bytes[..0]);
483+
s.yield_with(&bytes[..0]);
484484
}
485485

486486
let n = bytes.len().min(chunk_size);

0 commit comments

Comments
 (0)