From bb99d5da4c9d7d17e08097d004bf36f0976a678c Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sun, 5 Sep 2021 22:22:45 +0800 Subject: fix(doc): fix rustdoc bare_urls warning (#11921) --- cli/lsp/urls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp/urls.rs') diff --git a/cli/lsp/urls.rs b/cli/lsp/urls.rs index 52876157a..0987b51c4 100644 --- a/cli/lsp/urls.rs +++ b/cli/lsp/urls.rs @@ -20,7 +20,7 @@ lazy_static::lazy_static! { /// Matches the `encodeURIComponent()` encoding from JavaScript, which matches /// the component percent encoding set. /// -/// See: https://url.spec.whatwg.org/#component-percent-encode-set +/// See: /// // TODO(@kitsonk) - refactor when #9934 is landed. const COMPONENT: &percent_encoding::AsciiSet = &percent_encoding::CONTROLS -- cgit v1.2.3