]> git.lizzy.rs Git - rust.git/commit
Relax bounds on Default implementation for Arc.
authorUlrik Sverdrup <root@localhost>
Wed, 22 Apr 2015 17:05:51 +0000 (19:05 +0200)
committerUlrik Sverdrup <root@localhost>
Wed, 22 Apr 2015 17:05:51 +0000 (19:05 +0200)
commita6f832764443b6562a92d81224b0514777ca6571
tree5c9253e1e2499628401169241328c1037493fdcc
parente9e9279d87d5786fcb8e12482f2920979602267b
Relax bounds on Default implementation for Arc.

Send + Sync are overly restrictive, follow other traits for Arc.
src/liballoc/arc.rs