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

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
commit 2dbc941b69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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