mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +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)]
|
||||
{
|
||||
let mut stat = mem::uninitialized();
|
||||
let stat = mem::uninitialized();
|
||||
let handle = CreateFile2(
|
||||
src_path.as_ptr() as *const u16,
|
||||
winapi::um::winnt::GENERIC_READ,
|
||||
|
|
Loading…
Reference in a new issue