]> git.lizzy.rs Git - rust.git/commit
Mention in the exact_chunks docs that this can often be optimized better by the compiler
authorSebastian Dröge <sebastian@centricular.com>
Tue, 9 Jan 2018 20:58:41 +0000 (22:58 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 13 Jan 2018 10:18:58 +0000 (12:18 +0200)
commit8a82e8e89f6eec3744f12d45c12ce05d48233d8d
tree54f43d2a63290907bfba5f0caf2c3552c19292a7
parent6bf1dfdd76625ba753de0d1b87a2825606cf6f2b
Mention in the exact_chunks docs that this can often be optimized better by the compiler

And also link from the normal chunks iterator to the exact_chunks one.
src/liballoc/slice.rs