mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
cfadcbe3ea
Remove redundant `IntoQueryParam` calls from query plumbing In each of these contexts, the key must have already been converted by the caller, since otherwise it wouldn't have type `Cache::Key`. There should be no change to compiler behaviour.
For more information about how rustc works, see the rustc dev guide.