5f2395ce56
Since we are no longer relying on the blanket `io::Write` impl for `&mut io::Write`, we should now ensure that we do not require `Sized` for our `io::Write` bounds, as its unnecessarily restrictive and can no longer be worked around by simply adding an `&mut`. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml | ||
build.rs |