Skip to content

Conversation

@fredrik-hammar
Copy link

I felt tee::TreeReader(r, w) was a little too verbose for me when using this crate, and felt myself wanting a tee::tee(r, w) instead.

Also replaced 'try! with ? to fix deprecation warnings.

`tee::tee(r, w)` vs. `tee::TreeReader(r, w)`
`try!` is deprecated and `try` keyword reserved for future use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant