Closed
Description
in the section Iteration of Vectors - https://github.com/rust-lang/rust/blob/master/src/doc/book/vectors.md, a note about difference between types of iteration would have been better, especially between reference iteration - &vector and ownership iteration - vector.