mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
55e399771e
Replace u8to64_le macro with u64::from_le_bytes The macro was a reimplementation of the function.