Skip to content

Commit 4a84ac1

Browse files
author
bors-servo
authored
Auto merge of servo#131 - servo:jdm-patch-1, r=emilio
Mark invalid Rust as text-only documentation. This avoids rust-lang/rust#40978. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/131) <!-- Reviewable:end -->
2 parents c85e177 + 70e0338 commit 4a84ac1

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)