]> git.lizzy.rs Git - rust.git/commit
Merge pull request #3954 from burg/result-chain
authorBrian Anderson <andersrb@gmail.com>
Tue, 13 Nov 2012 02:05:29 +0000 (18:05 -0800)
committerBrian Anderson <andersrb@gmail.com>
Tue, 13 Nov 2012 02:05:29 +0000 (18:05 -0800)
commit1ead8aa0b583b43ac0c8cafe9ab6d9f9d2537f88
tree94a77394210b06a6368821ec4142d977d2eb910f
parentfe02814a63bd759f6727c7479fc4aeb04f0be9b4
parent37ed7fcaae1477cd85985886b5f8a4514bf98d0e
Merge pull request #3954 from burg/result-chain

Fix Result::chain, Result::chain_err to not require Copy bounds.