Don't propogate errors we'll never handle

This commit is contained in:
Greg Fitzgerald
2018-09-02 23:23:43 -10:00
parent c2a4cb544e
commit c9a1ac9b8c
10 changed files with 24 additions and 27 deletions

View File

@@ -799,7 +799,7 @@ mod test {
exit.clone(),
resp_recycler.clone(),
s_reader,
).unwrap();
);
let (s_window, r_window) = channel();
let (s_retransmit, r_retransmit) = channel();
let win = default_window();
@@ -869,7 +869,7 @@ mod test {
exit.clone(),
resp_recycler.clone(),
s_reader,
).unwrap();
);
let (s_window, _r_window) = channel();
let (s_retransmit, r_retransmit) = channel();
let win = default_window();
@@ -932,7 +932,7 @@ mod test {
exit.clone(),
resp_recycler.clone(),
s_reader,
).unwrap();
);
let (s_window, _r_window) = channel();
let (s_retransmit, r_retransmit) = channel();
let win = default_window();