mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
uniq: remove suppression of use_self lint
This commit is contained in:
parent
d9f05f4c52
commit
c433f8b475
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@
|
|||
// * For the full copyright and license information, please view the LICENSE
|
||||
// * file that was distributed with this source code.
|
||||
|
||||
// TODO remove this when https://github.com/rust-lang/rust-clippy/issues/6902 is fixed
|
||||
#![allow(clippy::use_self)]
|
||||
|
||||
use clap::{crate_version, Arg, ArgAction, ArgMatches, Command};
|
||||
use std::fs::File;
|
||||
use std::io::{self, stdin, stdout, BufRead, BufReader, BufWriter, Read, Write};
|
||||
|
|
Loading…
Reference in a new issue