mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
face186874
Currently we use a mix of `C::Key` and `&C::Key` parameters. The former is more common and a bit nicer, so convert some of the latter. This results in less converting between the two types, and fewer sigils.