From efc3683cc7ceff0cd8c8528a168a78d42fb1a0e8 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 17 Oct 2017 09:39:20 -0700 Subject: 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. --- components/script_traits/script_msg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script_traits/script_msg.rs') diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index 6ad93d922d4..e4ee7dfde68 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -137,7 +137,7 @@ pub enum ScriptMsg { /// Scroll a page in a window ScrollFragmentPoint(ClipId, Point2D, bool), /// Set title of current page - /// https://html.spec.whatwg.org/multipage/#document.title + /// SetTitle(Option), /// Send a key event SendKeyEvent(Option, Key, KeyState, KeyModifiers), -- cgit v1.2.3