mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
482a913fb3
Reduce scope of unsafe block in sun_path_offset I reduced the scope of the unsafe block to the `uninitialized` call which is the only actual unsafe bit.