mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-18 11:41:21 +00:00
this is no longer true
This commit is contained in:
parent
8bb819a874
commit
f853aad5e9
1 changed files with 0 additions and 3 deletions
|
|
@ -1999,9 +1999,6 @@ impl<'db> ConstraintAssignment<'db> {
|
|||
///
|
||||
/// - `C → D`: This indicates that `C` on its own is enough to imply `D`. Any path that assumes `C`
|
||||
/// holds but `D` does _not_ is impossible and can be pruned.
|
||||
///
|
||||
/// XXX: Note that `C`, `C₁`, `C₂`, and `D` are all [`ConstraintAssignment`]s, which means that they can
|
||||
/// check whether a [`ConstrainedTypeVar`] is true or false. #[derive(Clone, Debug, Default)]
|
||||
#[derive(Debug, Default, Eq, PartialEq, get_size2::GetSize, salsa::Update)]
|
||||
struct SequentMap<'db> {
|
||||
/// Sequents of the form `C₁ ∧ C₂ → false`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue