Fix warnings.

This commit is contained in:
Josh Matthews 2022-01-03 13:05:19 -05:00
parent e87bbb093a
commit 08ff81b09a
4 changed files with 5 additions and 7 deletions

View file

@ -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;