mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27: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)]
|
||||
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 {
|
||||
print!("{}", line);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue