mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Fix warnings.
This commit is contained in:
parent
e87bbb093a
commit
08ff81b09a
4 changed files with 5 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue