mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-16 11:46:17 +00:00
refactor/pinky ~ fix cargo clippy
complaint (clippy::needless_borrow)
This commit is contained in:
parent
02f35c8965
commit
f7028c4175
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ impl Pinky {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
print!(" {}", time_string(&ut));
|
print!(" {}", time_string(ut));
|
||||||
|
|
||||||
let mut s = ut.host();
|
let mut s = ut.host();
|
||||||
if self.include_where && !s.is_empty() {
|
if self.include_where && !s.is_empty() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue