Commits


Bruce Mitchener authored and Korn, Uwe committed 25eff9952d5
ARROW-2468: [Rust] Builder::slice_mut() should take mut self. Since `Builder::slice_mut()` is returning a mutable reference to data that it owns, it should take `&mut self`. Author: Bruce Mitchener <bruce.mitchener@gmail.com> Closes #1907 from waywardmonkeys/arrow-2468-builder-slice-mut-mut-self and squashes the following commits: a8cce4a7 <Bruce Mitchener> Builder::slice_mut() should take mut self.