coreutils/src/uu/seq
Jan Verbeek 7ea2bfbe26 seq: replace loops with a single format string
Replace two loops that print leading and trailing 0s when printing a
number in fixed-width mode with a single call to `write!()` with the
appropriate formatting parameters.
2021-09-18 10:27:03 -04:00
..
src seq: replace loops with a single format string 2021-09-18 10:27:03 -04:00
Cargo.toml add a github action job to identify unused deps 2021-09-15 12:06:50 +02:00