rust/src/libstd/collections
Alex Crichton 99b2bd4bfa rollup merge of #21842: alexcrichton/issue-21839
Now that associated types are fully implemented the iterator adaptors only need
type parameters which are associated with actual storage. All other type
parameters can either be derived from these (e.g. they are an associated type)
or can be bare on the `impl` block itself.

This is a breaking change due to the removal of type parameters on these
iterator adaptors, but code can fairly easily migrate by just deleting the
relevant type parameters for each adaptor. Other behavior should not be
affected.

Closes #21839
[breaking-change]
2015-02-02 11:01:16 -08:00
..
hash rollup merge of #21842: alexcrichton/issue-21839 2015-02-02 11:01:16 -08:00
mod.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-25 01:20:55 -08:00