Skip to content

Commit

Permalink
Fix an unused variable warning in net_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Dec 31, 2016
1 parent b06f4ae commit f6e7179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/net/http_loader.rs
Expand Up @@ -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();
Expand Down

0 comments on commit f6e7179

Please sign in to comment.