Fix panic in docs for librustc_data_structures
This commit is contained in:
parent
2375743037
commit
fd2663648f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
/// ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue