mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #98944 - pierwill:flatset-docs, r=Dylan-DPC
Edit `rustc_mir_dataflow::framework::lattice::FlatSet` docs Cosmetic improvements. Adds a paragraph break, and ellipses to signify arbitrary size of a flat set.
This commit is contained in:
commit
5d650bb92e
@ -199,13 +199,15 @@ impl<T: JoinSemiLattice> MeetSemiLattice for Dual<T> {
|
||||
}
|
||||
|
||||
/// Extends a type `T` with top and bottom elements to make it a partially ordered set in which no
|
||||
/// value of `T` is comparable with any other. A flat set has the following [Hasse diagram]:
|
||||
/// value of `T` is comparable with any other.
|
||||
///
|
||||
/// A flat set has the following [Hasse diagram]:
|
||||
///
|
||||
/// ```text
|
||||
/// top
|
||||
/// / / \ \
|
||||
/// / ... / / \ \ ... \
|
||||
/// all possible values of `T`
|
||||
/// \ \ / /
|
||||
/// \ ... \ \ / / ... /
|
||||
/// bottom
|
||||
/// ```
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user