krahets / hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
https://www.hello-algo.com
Other
96.11k stars 12.19k forks source link

Rust: remove unnecessary type conversions #1411

Closed wodray closed 2 months ago

wodray commented 3 months ago

There is no need to use as to convert the type of ignored value.