mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
![]() It deals with eight cases: ints, floats, and the six quoted types (char/byte/strings). For ints and floats we have an early return, and the other six types fall through to the code at the end, which makes the function hard to read. This commit rearranges things to avoid the early returns. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |