mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
fix: remove unused 'mut'
This commit is contained in:
parent
16d39cafcc
commit
c56f8f6807
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ fn preserve_hardlinks(
|
||||||
}
|
}
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
{
|
{
|
||||||
let mut stat = mem::uninitialized();
|
let stat = mem::uninitialized();
|
||||||
let handle = CreateFile2(
|
let handle = CreateFile2(
|
||||||
src_path.as_ptr() as *const u16,
|
src_path.as_ptr() as *const u16,
|
||||||
winapi::um::winnt::GENERIC_READ,
|
winapi::um::winnt::GENERIC_READ,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue