We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allow
1 parent b9c9d87 commit 49b0595Copy full SHA for 49b0595
src/cli.rs
@@ -44,7 +44,6 @@ const DECODE_AFTER_LONG_HELP: &str = concat!(
44
);
45
46
#[derive(Debug, Parser)]
47
-#[allow(clippy::struct_excessive_bools)]
48
#[command(
49
version,
50
long_version(LONG_VERSION),
tests/encode.rs
@@ -845,7 +845,6 @@ fn encode_to_invalid_output_format() {
845
846
#[cfg(feature = "optimize-output-png")]
847
#[test]
848
-#[allow(clippy::too_many_lines)]
849
fn encode_to_optimized_png() {
850
let default_output = utils::command::command()
851
.arg("encode")
0 commit comments