From fd2663648f32bbada62a0542ecb4ec1c15885713 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 23 Aug 2015 18:17:19 +0530 Subject: [PATCH] Fix panic in docs for librustc_data_structures --- src/librustc_data_structures/transitive_relation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_data_structures/transitive_relation.rs b/src/librustc_data_structures/transitive_relation.rs index 728137f4ae9..7ea5cb8721d 100644 --- a/src/librustc_data_structures/transitive_relation.rs +++ b/src/librustc_data_structures/transitive_relation.rs @@ -110,7 +110,7 @@ pub fn contains(&self, a: &T, b: &T) -> bool { /// (there are corresponding tests below, btw). In each case, /// the query is `postdom_upper_bound(a, b)`: /// - /// ``` + /// ```text /// // returns Some(x), which is also LUB /// a -> a1 -> x /// ^