Skip to content

Commit 49b0595

Browse files
committed
chore: Remove allow
1 parent b9c9d87 commit 49b0595

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/cli.rs

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ const DECODE_AFTER_LONG_HELP: &str = concat!(
4444
);
4545

4646
#[derive(Debug, Parser)]
47-
#[allow(clippy::struct_excessive_bools)]
4847
#[command(
4948
version,
5049
long_version(LONG_VERSION),

tests/encode.rs

-1
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ fn encode_to_invalid_output_format() {
845845

846846
#[cfg(feature = "optimize-output-png")]
847847
#[test]
848-
#[allow(clippy::too_many_lines)]
849848
fn encode_to_optimized_png() {
850849
let default_output = utils::command::command()
851850
.arg("encode")

0 commit comments

Comments
 (0)