mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
3534e0a393
- Remove unnecessary references and dereferences - Use `.contains` instead of `a <= x && x <= b` - Use `mem::take` instead of `mem::replace` where possible