1
Fork 0
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:
Roy Ivy III 2021-06-05 21:10:36 -05:00
parent 02f35c8965
commit f7028c4175

View file

@ -283,7 +283,7 @@ impl Pinky {
}
}
print!(" {}", time_string(&ut));
print!(" {}", time_string(ut));
let mut s = ut.host();
if self.include_where && !s.is_empty() {