]> git.lizzy.rs Git - rust.git/commitdiff
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)
Fix Result::chain, Result::chain_err to not require Copy bounds.


Trivial merge