Fix panic in docs for librustc_data_structures

This commit is contained in:
Manish Goregaokar 2015-08-23 18:17:19 +05:30
parent 2375743037
commit fd2663648f

View File

@ -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
/// ^