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:
parent
cb38d2d02c
commit
f2dbd200aa
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue