]> git.lizzy.rs Git - rust.git/commit
std: Remove typarms from IteratorExt::cloned
authorAlex Crichton <alex@alexcrichton.com>
Fri, 6 Feb 2015 22:47:09 +0000 (14:47 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 9 Feb 2015 23:58:13 +0000 (15:58 -0800)
commit64a4decec779ee0a30585a12352d20a54b722506
treed0a6449d4e942fff9ad8ed602991f7d425db08eb
parent134e00be7751a9fdc820981962e4fd7ea97bfff6
std: Remove typarms from IteratorExt::cloned

With associated types an where clauses none of the type parameters are
necessary.

[breaking-change]
src/libcore/iter.rs