aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/methods.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2022-01-03 13:05:19 -0500
committerJosh Matthews <josh@joshmatthews.net>2022-01-03 13:05:19 -0500
commit08ff81b09aa8c5c54c3ff7cb8eaeb682955f1be9 (patch)
treeb84bc1bd25fb64e592ce9c96ae69f355ac82aefe /components/net/fetch/methods.rs
parente87bbb093ac2ccd362da6dedf87388653ca01377 (diff)
downloadservo-08ff81b09aa8c5c54c3ff7cb8eaeb682955f1be9.tar.gz
servo-08ff81b09aa8c5c54c3ff7cb8eaeb682955f1be9.zip
Fix warnings.
Diffstat (limited to 'components/net/fetch/methods.rs')
-rw-r--r--components/net/fetch/methods.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/net/fetch/methods.rs b/components/net/fetch/methods.rs
index 2d9818a0770..a7d82cac318 100644
--- a/components/net/fetch/methods.rs
+++ b/components/net/fetch/methods.rs
@@ -12,8 +12,6 @@ use crate::subresource_integrity::is_response_integrity_valid;
use content_security_policy as csp;
use crossbeam_channel::Sender;
use devtools_traits::DevtoolsControlMsg;
-use futures_util::compat::*;
-use futures_util::StreamExt;
use headers::{AccessControlExposeHeaders, ContentType, HeaderMapExt, Range};
use http::header::{self, HeaderMap, HeaderName};
use hyper::Method;