mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #14800 - mbrubeck:warnings, r=Manishearth
Fix an unused variable warning in net_tests <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14800) <!-- Reviewable:end -->
This commit is contained in:
commit
30b67a8d7a
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ fn test_redirected_request_to_devtools() {
|
|||
.. RequestInit::default()
|
||||
});
|
||||
let (devtools_chan, devtools_port) = mpsc::channel();
|
||||
let response = fetch(request, Some(devtools_chan));
|
||||
fetch(request, Some(devtools_chan));
|
||||
|
||||
let _ = pre_server.close();
|
||||
let _ = post_server.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue