1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

printf: remove allow(dead_code) directive

Remove an `allow(dead_code)` directive that seems unnecessary.
This commit is contained in:
jfinkels 2025-01-09 19:19:33 -05:00 committed by Daniel Hofstetter
parent cb38d2d02c
commit f2dbd200aa

View file

@ -2,9 +2,6 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
#![allow(dead_code)]
use clap::{crate_version, Arg, ArgAction, Command};
use std::io::stdout;
use std::ops::ControlFlow;