Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(SendStream): remove borrow-checker work-around
With recent Rust versions, the Rust borrow-checker has become more capable, especially when it comes to borrowing subsets of `self`. This commit removes the no longer necessary borrow-checker work-around.
- Loading branch information