mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27: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:
commit
2dbc941b69
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