Fix rustdoc ignore directive.
This commit is contained in:
parent
ccd7b6e718
commit
3279baaab9
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ pub(crate) fn is_tag_char(c: char) -> bool {
|
||||||
|
|
||||||
/// Check if the string can be expressed a valid literal block scalar.
|
/// Check if the string can be expressed a valid literal block scalar.
|
||||||
/// The YAML spec supports all of the following in block literals except `#xFEFF`:
|
/// The YAML spec supports all of the following in block literals except `#xFEFF`:
|
||||||
/// ```ignore
|
/// ```no_compile
|
||||||
/// #x9 | #xA | [#x20-#x7E] /* 8 bit */
|
/// #x9 | #xA | [#x20-#x7E] /* 8 bit */
|
||||||
/// | #x85 | [#xA0-#xD7FF] | [#xE000-#xFFFD] /* 16 bit */
|
/// | #x85 | [#xA0-#xD7FF] | [#xE000-#xFFFD] /* 16 bit */
|
||||||
/// | [#x10000-#x10FFFF] /* 32 bit */
|
/// | [#x10000-#x10FFFF] /* 32 bit */
|
||||||
|
|
Loading…
Reference in a new issue