]> git.lizzy.rs Git - rust.git/commit
core: Inherit the result module
authorAlex Crichton <alex@alexcrichton.com>
Thu, 1 May 2014 18:11:28 +0000 (11:11 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 7 May 2014 15:16:14 +0000 (08:16 -0700)
commita156534a96a6c401b14c80618c247eaadf876eb7
tree3970353a35afc4604ffe188ac633be50a22946f2
parentf12b51705b064bbbeb86ad65663de476d07ad51f
core: Inherit the result module

The unwrap()/unwrap_err() methods are temporarily removed, and will be added
back in the next commit.
src/libcore/result.rs [new file with mode: 0644]
src/libstd/fmt/mod.rs
src/libstd/hash/mod.rs
src/libstd/result.rs [deleted file]