Skip to content

Commit 70e0338

Browse files
authored
Mark invalid Rust as text-only documentation.
1 parent c85e177 commit 70e0338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ define_proc_macros! {
6262
/// and the corresponding value as a const expression.
6363
///
6464
/// Output: a rust-phf map, with keys ASCII-lowercased:
65-
/// ```
65+
/// ```text
6666
/// static MAP: &'static ::cssparser::phf::Map<&'static str, $ValueType> = …;
6767
/// ```
6868
#[allow(non_snake_case)]

0 commit comments

Comments
 (0)