mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Remove superfluous line
This commit is contained in:
parent
2e4d0820d2
commit
2113e45488
@ -360,7 +360,6 @@ enum StateData<V> {
|
||||
/// reachable state). All operations on unreachable states are ignored.
|
||||
///
|
||||
/// Flooding means assigning a value (by default `⊤`) to all tracked projections of a given place.
|
||||
/// Assigning a place (or reference thereof) to another place assumes that
|
||||
#[derive(PartialEq, Eq, Clone, Debug)]
|
||||
pub struct State<V>(StateData<V>);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user