diff --git a/src/uu/seq/src/seq.rs b/src/uu/seq/src/seq.rs index e48d22bd9..97382ed1b 100644 --- a/src/uu/seq/src/seq.rs +++ b/src/uu/seq/src/seq.rs @@ -2,7 +2,6 @@ // * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. -// TODO: Support -f flag // spell-checker:ignore (ToDO) istr chiter argptr ilen extendedbigdecimal extendedbigint numberparse use std::io::{stdout, ErrorKind, Write}; use std::process::exit;