]> git.lizzy.rs Git - rust.git/commit
Use if-let in std::result documentation
authorSimonas Kazlauskas <git@kazlauskas.me>
Tue, 13 Jan 2015 18:25:13 +0000 (20:25 +0200)
committerSimonas Kazlauskas <git@kazlauskas.me>
Tue, 13 Jan 2015 18:25:13 +0000 (20:25 +0200)
commit1217007c8335ec2b3097583ff3e0ad15a35af26e
treed343844fff431de3490cef15eec732ea78e7f330
parent064c21efd257dfd210e88b2a0a015f0767980853
Use if-let in std::result documentation

This takes an opportunity to show yet-another-way of dealing with
Results and matching.
src/libcore/result.rs