mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +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 :)