mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
maint/hostname: Fix a clippy warning 'single_char_push_str'
This commit is contained in:
@@ -123,7 +123,7 @@ fn display_hostname(matches: &ArgMatches) -> i32 {
|
||||
ip.truncate(len - 2);
|
||||
}
|
||||
output.push_str(&ip);
|
||||
output.push_str(" ");
|
||||
output.push(' ');
|
||||
hashset.insert(addr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user