mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
@@ -288,7 +288,7 @@ pub fn uu_app() -> Command {
|
||||
}
|
||||
|
||||
/// Integer print, default format, positive increment: fast code path
|
||||
/// that avoids reformating digit at all iterations.
|
||||
/// that avoids reformatting digit at all iterations.
|
||||
fn fast_print_seq(
|
||||
mut stdout: impl Write,
|
||||
first: &BigUint,
|
||||
|
||||
Reference in New Issue
Block a user