]> git.lizzy.rs Git - rust.git/commit
add forwarding specializations for &mut variants
authorThe8472 <git@infinite-source.de>
Sun, 6 Sep 2020 20:50:35 +0000 (22:50 +0200)
committerThe8472 <git@infinite-source.de>
Fri, 13 Nov 2020 18:45:38 +0000 (19:45 +0100)
commit0624730d9e9e2b6de974b6f4edd1ea48ab5f240c
treee0135b64e2cede2beec0eb5fd69e2c572c45e41a
parentcd3bddc044728e040d6a22c684f1b9f711566772
add forwarding specializations for &mut variants

`impl Write for &mut T where T: Write`, thus the same should
apply to the specialization traits
library/std/src/io/copy.rs