From 70e03387fc1831b158eeca44f6d860eeae4173bc Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 3 Apr 2017 08:56:01 -0400 Subject: [PATCH] Mark invalid Rust as text-only documentation. --- macros/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/lib.rs b/macros/lib.rs index 1e6f3590..5f354bb1 100644 --- a/macros/lib.rs +++ b/macros/lib.rs @@ -62,7 +62,7 @@ define_proc_macros! { /// and the corresponding value as a const expression. /// /// Output: a rust-phf map, with keys ASCII-lowercased: - /// ``` + /// ```text /// static MAP: &'static ::cssparser::phf::Map<&'static str, $ValueType> = …; /// ``` #[allow(non_snake_case)]