Merge pull request #7110 from uutils/printf-remove-allow-dead-code

printf: remove allow(dead_code) directive
This commit is contained in:
Sylvestre Ledru
2025-01-10 11:24:55 +01:00
committed by GitHub
-3
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;