rust/library/core
Dylan DPC 55e399771e
Rollup merge of #96156 - est31:use_from_le_bytes, r=Dylan-DPC
Replace u8to64_le macro with u64::from_le_bytes

The macro was a reimplementation of the function.
2022-04-18 18:22:07 +02:00
..
benches Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00
primitive_docs
src Rollup merge of #96136 - thomcc:lifetime-wording, r=RalfJung 2022-04-18 18:22:04 +02:00
tests Replace u8to64_le macro with u64::from_le_bytes 2022-04-17 22:55:33 +02:00
Cargo.toml