mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
f8447b9638
Inline derived `hash` Because most of the other derived functions are inlined: `clone`, `default`, `eq`, `partial_cmp`, `cmp`. The exception is `fmt`, but it tends to not be on hot paths as much. r? `@ghost`