]> git.lizzy.rs Git - rust.git/commit
auto merge of #6177 : gifnksm/rust/iter-chain, r=thestinger
authorbors <bors@rust-lang.org>
Thu, 2 May 2013 13:15:37 +0000 (06:15 -0700)
committerbors <bors@rust-lang.org>
Thu, 2 May 2013 13:15:37 +0000 (06:15 -0700)
commit326d9661b7cdeb0e429468b378fb2af716a3a955
tree650bcfcdaeb3bd8319e1cef38eb0a725d11af35b
parentd1f7220219c722665e15b88aeecfc78601fa4f22
parent8a28970ed36a9259b6cab2ad464f358c2d0bbb6f
auto merge of #6177 : gifnksm/rust/iter-chain, r=thestinger

`T: Iterator<A>` and `U: Iterator<A>` should be able to `chain` whether `T` and `U` are same or not.