mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
commit
c4365b75c6
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ fn frac_compare(a: &String, b: &String) -> Ordering {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
fn print_sorted<S, T: Iterator<Item=S>>(mut iter: T) where S: std::fmt::String {
|
fn print_sorted<S, T: Iterator<Item=S>>(mut iter: T) where S: std::fmt::Display {
|
||||||
for line in iter {
|
for line in iter {
|
||||||
print!("{}", line);
|
print!("{}", line);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue