We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06c90c commit 9901812Copy full SHA for 9901812
src/reaper/wait.rs
@@ -68,6 +68,7 @@ impl Reaper {
68
let mut child = child.lock().unwrap();
69
70
// Get the inner child value.
71
+ #[allow(clippy::infallible_destructuring_match)] // false positive: should respect cfg
72
let inner = match &mut child.inner {
73
super::ChildGuard::Wait(inner) => inner,
74
#[cfg(not(windows))]
0 commit comments