]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 3 Apr 2015 07:13:51 +0000 (07:13 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Apr 2015 07:13:51 +0000 (07:13 +0000)
This means passing in e.g. a `Vec<u8>` or `String` will work as
intended, rather than deref-ing to `&mut [u8]` or `&mut str`.

[breaking-change]

Closes #23768

1  2 
src/libcore/macros.rs

Simple merge