mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
55e399771e
Replace u8to64_le macro with u64::from_le_bytes The macro was a reimplementation of the function.