]> git.lizzy.rs Git - rust.git/commit
OpenOptionsExt on Windows: i32 -> u32
authorPeter Atashian <retep998@gmail.com>
Mon, 8 Jun 2015 18:04:22 +0000 (14:04 -0400)
committerPeter Atashian <retep998@gmail.com>
Mon, 8 Jun 2015 18:04:22 +0000 (14:04 -0400)
commitb0d535b2ba24cc90caddda53ba7378da378468eb
treefa79420617ae5f466c4e09bf394531d190abe2dc
parent61c43b47338b92c447c1f6af5cffec46718e750b
OpenOptionsExt on Windows: i32 -> u32
Since all those flags are u32 anyway, avoid unnecessary conversions
[breaking change]

Signed-off-by: Peter Atashian <retep998@gmail.com>
src/libstd/sys/windows/ext/fs.rs
src/libstd/sys/windows/fs.rs