]> git.lizzy.rs Git - rust.git/commit
Auto merge of #22715 - edwardw:send-sync-audit, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 26 Feb 2015 15:43:38 +0000 (15:43 +0000)
committerbors <bors@rust-lang.org>
Thu, 26 Feb 2015 15:43:38 +0000 (15:43 +0000)
commita5214e4330e8186da7b1117119a7dccfc36a2e6b
tree6efcdfb2e9b145b2282e7236fd649c4a4062c09b
parent3a96d6a9818fe2affc98a187fb1065120458cee9
parent68490068e0c6f1c6566d1161b0d54b6babd8b9b2
Auto merge of #22715 - edwardw:send-sync-audit, r=alexcrichton

In the process, also replaces two raw mutable pointers with `Unique` to
spell out the ownership semantics.

cc #22709