remove todo comment

`-f` option is implemented in #2918
This commit is contained in:
m11o 2023-04-24 23:44:28 +09:00
parent 1cb0a673a0
commit dd89ec709b

View file

@ -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;