From e2ed813e8951517f59552323c55a0ff05167c945 Mon Sep 17 00:00:00 2001 From: pcpthm Date: Tue, 19 Mar 2019 18:12:05 +0900 Subject: Mark non-code block as text --- crates/ra_parser/src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_parser/src') diff --git a/crates/ra_parser/src/parser.rs b/crates/ra_parser/src/parser.rs index 702669eb9..fa036bdbf 100644 --- a/crates/ra_parser/src/parser.rs +++ b/crates/ra_parser/src/parser.rs @@ -231,7 +231,7 @@ impl Marker { /// Contract a node `cm` and complete as `cm`'s `kind`. /// `cm` must be a child of `m` to work correctly. - /// ``` + /// ```text /// m--A m--A /// +--cm--B -> +--B /// +--C C -- cgit v1.2.3