mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update nightly rustc.
This commit is contained in:
parent
74f1eb199e
commit
01681e79c4
20 changed files with 33 additions and 28 deletions
|
@ -92,7 +92,7 @@ impl URL {
|
|||
return Err(Error::Type(format!("could not parse base: {}", error)));
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
// Step 3.
|
||||
let parsed_url = match ServoUrl::parse_with_base(parsed_base.as_ref(), &url.0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue