mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +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
|
@ -29,7 +29,7 @@ pub fn detect_charset(bytes: &'_ [u8]) -> &'static str {
|
|||
///
|
||||
/// Supports all encodings supported by the encoding_rs crate, which includes
|
||||
/// all encodings specified in the WHATWG Encoding Standard, and only those
|
||||
/// encodings (see: https://encoding.spec.whatwg.org/).
|
||||
/// encodings (see: <https://encoding.spec.whatwg.org/>).
|
||||
pub fn convert_to_utf8<'a>(
|
||||
bytes: &'a [u8],
|
||||
charset: &'_ str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue