diff --git a/src/process.rs b/src/process.rs index 4fbf452..d2798e3 100644 --- a/src/process.rs +++ b/src/process.rs @@ -99,6 +99,8 @@ impl Process { }) } + #[allow(unknown_lints)] + #[allow(clippy::let_with_type_underscore)] #[tracing::instrument(level = "trace", skip_all)] fn spawn_fn(mut self, f: F) -> impl AsyncRead + Unpin where