mirror of https://github.com/astral-sh/ruff
clippy
This commit is contained in:
parent
8847e5e665
commit
209ae1a39b
|
|
@ -1058,8 +1058,6 @@ impl<'db> InteriorNode<'db> {
|
||||||
Node::new_satisfied_constraint(db, smaller_constraint.when_true());
|
Node::new_satisfied_constraint(db, smaller_constraint.when_true());
|
||||||
let not_larger_node =
|
let not_larger_node =
|
||||||
Node::new_satisfied_constraint(db, larger_constraint.when_false());
|
Node::new_satisfied_constraint(db, larger_constraint.when_false());
|
||||||
let not_smaller_node =
|
|
||||||
Node::new_satisfied_constraint(db, smaller_constraint.when_false());
|
|
||||||
|
|
||||||
// larger ∨ smaller = larger
|
// larger ∨ smaller = larger
|
||||||
simplified = simplified.substitute_union(
|
simplified = simplified.substitute_union(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue