]> git.lizzy.rs Git - rust.git/commit
specialize zip: Use associated type for specialized zip struct data
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Fri, 22 Apr 2016 16:47:42 +0000 (18:47 +0200)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Tue, 14 Jun 2016 13:51:49 +0000 (15:51 +0200)
commit5df05c6e221b718e82c87003e8b078a9cdbefb70
treed6fd46e0181f45aeb8dc16241268a5d2c4419fb3
parent85cd49fc39532a6ad210a4b93dfb59e6fdabdbbe
specialize zip: Use associated type for specialized zip struct data

The associated type must be 'static to avoid dropck related errors.
src/libcore/iter/mod.rs