diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-08-23 18:17:19 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-08-23 18:17:27 +0530 |
| commit | fd2663648f32bbada62a0542ecb4ec1c15885713 (patch) | |
| tree | 40d038ca88a3a342b5f2811cd7fd7e9bfa63f6c5 /src/librustc_data_structures/transitive_relation.rs | |
| parent | 2375743037fdfcb624917ebf87d8d9a142c3e395 (diff) | |
| download | rust-fd2663648f32bbada62a0542ecb4ec1c15885713.tar.gz rust-fd2663648f32bbada62a0542ecb4ec1c15885713.zip | |
Fix panic in docs for librustc_data_structures
Diffstat (limited to 'src/librustc_data_structures/transitive_relation.rs')
| -rw-r--r-- | src/librustc_data_structures/transitive_relation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ impl<T:Debug+PartialEq> TransitiveRelation<T> { /// (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 /// ^ |
