mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 21:54:48 +00:00
fix(doc): fix rustdoc bare_urls warning (#11921)
This commit is contained in:
parent
f9d29115a0
commit
bb99d5da4c
10 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue