]> git.lizzy.rs Git - rust.git/commit
core: Implement IntoIterator for Option and Result references
authorGeorg Brandl <georg@python.org>
Thu, 27 Aug 2015 06:37:40 +0000 (08:37 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 27 Aug 2015 16:48:41 +0000 (18:48 +0200)
commita7313a0b891fb5fa62357527409bafde63aa44aa
tree1674682a62d003a9e292ba65b7ef51a5a15e4083
parentab21fe59e9dc79dd9949ab663e3d94e41273131c
core: Implement IntoIterator for Option and Result references

Fixes #27996.
src/libcore/option.rs
src/libcore/result.rs
src/libcoretest/option.rs
src/libcoretest/result.rs