mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Fix an unused variable warning in net_tests
This commit is contained in:
parent
b06f4aec67
commit
f6e7179e9a
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