mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +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 :)