Fix panic in docs for librustc_data_structures
This commit is contained in:
parent
2375743037
commit
fd2663648f
@ -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
|
||||
/// ^
|
||||
|
Loading…
Reference in New Issue
Block a user