]> git.lizzy.rs Git - rust.git/commit
auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 18 Feb 2014 18:16:48 +0000 (10:16 -0800)
committerbors <bors@rust-lang.org>
Tue, 18 Feb 2014 18:16:48 +0000 (10:16 -0800)
commita88654977234d18b57e2a1842549941397ab0d59
tree0b0d209facc3d669d643bf0f386c4a3ea142e58f
parent54bccc5862512340870d0fed89458b29f3a3fcc0
parent449c34a0e50a3b5f961d5240eb5a4ba94a74c31c
auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichton

With Rc no longer trying to statically prevent cycles (and thus no
longer using the Freeze bound), it seems appropriate to remove that
restriction from MutexArc as well.

Closes #9251.