mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix some warnings new in Rust Nightly
This commit is contained in:
parent
f2e7b4ec8c
commit
94b19beefb
8 changed files with 10 additions and 14 deletions
|
@ -90,7 +90,7 @@ impl NetworkListener {
|
|||
}
|
||||
}
|
||||
|
||||
fn check_redirect(&mut self, message: Result<(FetchMetadata), NetworkError>) {
|
||||
fn check_redirect(&mut self, message: Result<FetchMetadata, NetworkError>) {
|
||||
match message {
|
||||
Ok(res_metadata) => {
|
||||
let metadata = match res_metadata {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue