mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
a67ee902df
This cleans up `unwrap.rs`: - use interned symbols instead of strings - update names to reflect the current implementation - replaced a cascaded `if` by a shorter `match` changelog: none