]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 28 Jul 2019 01:01:44 +0000 (03:01 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2019 01:01:44 +0000 (03:01 +0200)
commitcb8b491a65d93fd08752347d6a237457830567fa
treeb34eead0b826cabfc80c556c66f16849af6b82ad
parentece18b750db8e4c46a42d9a7ba6621a4800e9eae
parentb95bde44913852685b350d468d000453ece9696f
Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm

squash of all commits for nth_back on ChunksMut

wip nth_back for chunks_mut

working chunksmut

fixed nth_back for chunksmut

Signed-off-by: wizAmit <amitforfriends_dns@yahoo.com>
r? @timvermeulen
r? @scottmcm
src/libcore/slice/mod.rs
src/libcore/tests/slice.rs