]> git.lizzy.rs Git - rust.git/commit
Fix compilation of TrustedRandomAccess impl for slice::Chunks
authorSebastian Dröge <sebastian@centricular.com>
Wed, 3 Jan 2018 10:26:55 +0000 (12:26 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 3 Jan 2018 13:05:18 +0000 (15:05 +0200)
commit3f29e2b495a6b875af835f1fff64256e2d58d2b6
treed1d072c3c4e5f9c326719895a4840c100a1a589b
parenta56a3fc85f466c8488dccdfb78cfcd05740e0b36
Fix compilation of TrustedRandomAccess impl for slice::Chunks

https://github.com/rust-lang/rust/pull/47113 renamed the private size
field to chunk_size for consistency.
src/libcore/slice/mod.rs