native: Be more stringent about pattern matching
Trying to avoid a wildcard where possible.
This commit is contained in:
parent
c836ff4621
commit
4ca7abb1c4
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ fn helper(input: libc::c_int, messages: Receiver<Req>) {
|
||||||
let t = active.remove(i).unwrap();
|
let t = active.remove(i).unwrap();
|
||||||
ack.send(t);
|
ack.send(t);
|
||||||
}
|
}
|
||||||
_ => break
|
Err(..) => break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue