Skip to content

Commit d108fea

Browse files
committed
chore: suppress clippy large error warning for execute_subprocess return type
1 parent 1064ec6 commit d108fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/module/executor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ pub struct SubprocessOutput {
8585
///
8686
/// Runs the given binary with args directly (no shell), optionally appending
8787
/// json_flag parts. Returns stdout, stderr, and exit code.
88+
#[allow(clippy::result_large_err)] // ModuleError is 184 bytes; acceptable at crate boundary
8889
pub async fn execute_subprocess(
8990
binary_path: &str,
9091
args: &[String],

0 commit comments

Comments
 (0)