]> git.lizzy.rs Git - rust.git/commit
Remove remainder field from MutChunkIter
authorPalmer Cox <p@lmercox.com>
Thu, 12 Dec 2013 01:40:27 +0000 (20:40 -0500)
committer“Palmer <pcox@intelligent.net>
Sat, 21 Dec 2013 01:40:16 +0000 (20:40 -0500)
commitefd619467df28b48b97250b2857b18a032b5dab6
tree549956f3cf9bbbfc8d2cfa948ddf041b81df77d5
parent9d1de0b699a669d01ea5ecd3dea0424ab94db369
Remove remainder field from MutChunkIter

This field is no longer necessary now that #9629 is fixed since we can just
access the length of the remaining slice directly.
src/libstd/vec.rs