mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
The code is clearer and simpler without it. Note that the `a == b` early return at the top of the function means the `a == b` test at the end of the function could never succeed.