Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test that ensures the Drop implementation for BzEncoder will not …
…regress Without the `impl<W: Write> Drop for BzEncoder<W>` the test fails with the error message: called `Result::unwrap()` on an `Err` value: Custom { kind: UnexpectedEof, error: "Input EOF reached before logical stream end" }
- Loading branch information