Two small improvements In `librustc_apfloat/ieee.rs`, use the iterator.[r]find methods to simplify the code. In `libserialize/json.rs`, make use of the fact that `Vec.last` on an empty `Vec` returns `None` to simplify the code to a single match. |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| collection_impls.rs | ||
| hex.rs | ||
| json.rs | ||
| leb128.rs | ||
| lib.rs | ||
| opaque.rs | ||
| serialize.rs | ||