]> git.lizzy.rs Git - rust.git/commit
Consistently use chunk_size as the field name for Chunks and ChunksMut
authorSebastian Dröge <sebastian@centricular.com>
Mon, 1 Jan 2018 23:46:50 +0000 (01:46 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 2 Jan 2018 08:00:58 +0000 (10:00 +0200)
commit9957cf60232d05db250e6c3b89210850bc7b1839
treed2b02084efb4b2f49501abb6ccbd5603582275ff
parentb65f0bedd2f22d9661ecb7092f07746dc2ccfb0d
Consistently use chunk_size as the field name for Chunks and ChunksMut

Previously Chunks used size and ChunksMut used chunk_size
src/liballoc/slice.rs
src/libcore/slice/mod.rs