Skip to content

Commit 180ce2a

Browse files
committed
Disable struct_excessive_bools
For some reason the expect directive did not work.
1 parent d485fa7 commit 180ce2a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ missing_errors_doc = "allow"
100100
missing_panics_doc = "allow"
101101
must_use_candidate = "allow"
102102
should_panic_without_expect = "allow"
103+
struct_excessive_bools = "allow"
103104
todo = "allow"
104105
too_many_lines = "allow"

src/bin/cp2cp.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use jaq_all::{jaq_core::{Ctx, Vars, data::JustLut}, jaq_std};
1717

1818
#[derive(Parser, Debug)]
1919
#[structopt(name = "cp2cp", version = env!("CARGO_PKG_VERSION"), author = env!("CARGO_PKG_AUTHORS"), about = "ChainPack to Cpon and back utility")]
20-
#[expect(clippy::struct_excessive_bools, reason = "Fine for cli args")]
2120
struct Cli {
2221
#[arg(short, long, help = "Cpon indentation string")]
2322
indent: Option<String>,

0 commit comments

Comments
 (0)