mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Update nightly rustc.
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user