Results 2 issues of Bagus Cahyono

Fix #2201 ![Screenshot 2025-01-21 at 11 34 23](https://github.com/user-attachments/assets/c9305dd1-38e0-4b20-82e9-99b8c561eac9)

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 ![Image](https://github.com/user-attachments/assets/888fbfb2-d69a-49db-b67e-7252422eca31) 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