Skip to content

Commit 09a63d2

Browse files
committed
fix(config): allow struct_excessive_bools on McpConfig
1 parent d4b865c commit 09a63d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/zeph-config/src/channels.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ fn default_elicitation_queue_capacity() -> usize {
387387
16
388388
}
389389

390+
#[allow(clippy::struct_excessive_bools)]
390391
#[derive(Debug, Clone, Deserialize, Serialize)]
391392
pub struct McpConfig {
392393
#[serde(default)]

0 commit comments

Comments
 (0)