mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update nightly rustc.
This commit is contained in:
parent
74f1eb199e
commit
01681e79c4
20 changed files with 33 additions and 28 deletions
|
@ -427,7 +427,7 @@ impl HTMLAnchorElementMethods for HTMLAnchorElement {
|
|||
if url.host().is_none() || url.cannot_be_a_base() || url.scheme() == "file" =>
|
||||
{
|
||||
return;
|
||||
}
|
||||
},
|
||||
None => return,
|
||||
// Step 4.
|
||||
Some(url) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue