]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10736 : Blei/rust/fix_c_vec, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 3 Dec 2013 00:06:40 +0000 (16:06 -0800)
committerbors <bors@rust-lang.org>
Tue, 3 Dec 2013 00:06:40 +0000 (16:06 -0800)
Controversial change: make the constructors safe, but instead mark the
setters and getters as unsafe. This follows the tradition that construction
of *T is safe, but the access is unsafe instead.


Trivial merge