mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
56fca2638f
Windows: use existing wrappers in `File::open_native` Just a small improvement I've noticed - prevents accidents regarding `SetFileInformationByHandle` parameters. Probably ``@ChrisDenton`` since we talked about it on discord :)