We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1064ec6 commit d108feaCopy full SHA for d108fea
src/module/executor.rs
@@ -85,6 +85,7 @@ pub struct SubprocessOutput {
85
///
86
/// Runs the given binary with args directly (no shell), optionally appending
87
/// json_flag parts. Returns stdout, stderr, and exit code.
88
+#[allow(clippy::result_large_err)] // ModuleError is 184 bytes; acceptable at crate boundary
89
pub async fn execute_subprocess(
90
binary_path: &str,
91
args: &[String],
0 commit comments