]> git.lizzy.rs Git - rust.git/commit
Auto merge of #105893 - Ayush1325:remote-test-server-improve, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sat, 24 Dec 2022 04:54:39 +0000 (04:54 +0000)
committerbors <bors@rust-lang.org>
Sat, 24 Dec 2022 04:54:39 +0000 (04:54 +0000)
commit4f4d0586ad20c66a16d547581ca379beafece93a
tree164ced8f8b6b0a56c82728e903f31a281e2bbcc9
parent6c0c6d6eb3b38931f9dd4f5466185591e91d51c9
parent51fe24873fbd255e80063a97ecd406726c1e6675
Auto merge of #105893 - Ayush1325:remote-test-server-improve, r=Mark-Simulacrum

Use u32 methods instead of manual shifting

Switch to `to_le_bytes()` and `from_le_bytes()` instead of manual shifting

This was suggested [`here`](https://github.com/rust-lang/rust/pull/105145#discussion_r1051418964)

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>