fix(doc): fix rustdoc bare_urls warning (#11921)

This commit is contained in:
Feng Yu 2021-09-05 22:22:45 +08:00 committed by GitHub
parent f9d29115a0
commit bb99d5da4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 15 deletions

View file

@ -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: <https://url.spec.whatwg.org/#component-percent-encode-set>
///
// TODO(@kitsonk) - refactor when #9934 is landed.
const COMPONENT: &percent_encoding::AsciiSet = &percent_encoding::CONTROLS