mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
Silencing clippy about unused variables
Signed-off-by: Hanif Bin Ariffin <hanif.ariffin.43262@gmail.com>
This commit is contained in:
parent
ff1d1c3b19
commit
9ce9a44052
1 changed files with 1 additions and 0 deletions
|
@ -1857,6 +1857,7 @@ fn get_block_size(md: &Metadata, config: &Config) -> u64 {
|
|||
|
||||
#[cfg(not(unix))]
|
||||
{
|
||||
let _ = config;
|
||||
// no way to get block size for windows, fall-back to file size
|
||||
md.len()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue