mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
11 lines
233 B
Rust
11 lines
233 B
Rust
// This code caused a panic in `pulldown-cmark` 0.4.1.
|
|
// https://github.com/rust-lang/rust/issues/60482
|
|
|
|
pub const BASIC_UNICODE: bool = true;
|
|
|
|
|
|
/// # `BASIC_UNICODE`: `A` `|`
|
|
/// ```text
|
|
/// ```
|
|
pub const BASIC_FONTS: bool = true;
|