mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Fix commonmark Markdown warnings in docs, part 1
Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments.
This commit is contained in:
@@ -135,7 +135,7 @@ impl HTMLMetaElement {
|
||||
}
|
||||
}
|
||||
|
||||
/// https://html.spec.whatwg.org/multipage/#meta-referrer
|
||||
/// <https://html.spec.whatwg.org/multipage/#meta-referrer>
|
||||
fn apply_referrer(&self) {
|
||||
if let Some(parent) = self.upcast::<Node>().GetParentElement() {
|
||||
if let Some(head) = parent.downcast::<HTMLHeadElement>() {
|
||||
|
||||
Reference in New Issue
Block a user