]> git.lizzy.rs Git - rust.git/commit
auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 7 Jul 2014 04:46:31 +0000 (04:46 +0000)
committerbors <bors@rust-lang.org>
Mon, 7 Jul 2014 04:46:31 +0000 (04:46 +0000)
commit179b2b48ba7aa3b04e293aed43167470b6c9c58d
tree7be1280a27c58b5b7b7b98ae683d50e5f31ef37d
parentd9db7f6137122c1cf174518cc402e04d54c3c8c3
parent0e84d6fc1ae1267eaf38b9c518a6d8f68ff6305c
auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichton

I ran `make check` and everything went smoothly. I also tested `#[deriving(Decodable, Encodable)]` on a struct containing both Cell<T> and RefCell<T> and everything now seems to work fine.