]> git.lizzy.rs Git - rust.git/commit
std: Allow ?Sized parameters in std::io::copy
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Wed, 5 Aug 2015 11:31:05 +0000 (13:31 +0200)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Mon, 10 Aug 2015 12:29:08 +0000 (14:29 +0200)
commit664fdbed32aaa5f56e140b7f8f2c5e691f074154
tree3153a395e56ffc1d4f13dc391ca47a6ec66bba4f
parent832e5a02cd41b3a20d1142b47867da4aa5033f03
std: Allow ?Sized parameters in std::io::copy

std::io::copy did not allow passing trait objects directly (only with an
extra &mut wrapping).
src/libstd/io/util.rs