Bagus Cahyono
Bagus Cahyono
Fix #2201 
In this part of code clippy error message not inline with the intent. https://github.com/rust-lang/rustlings/blob/fbfd4f25e7e715007f5f3f6678f5d336d24d3660/exercises/22_clippy/clippy3.rs#L20-L21  Because the solution stated that this is about using `clear` instead of `resize`. https://github.com/rust-lang/rustlings/blob/fbfd4f25e7e715007f5f3f6678f5d336d24d3660/solutions/22_clippy/clippy3.rs#L20-L23