mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:21 +00:00
clippy
This commit is contained in:
parent
8847e5e665
commit
209ae1a39b
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue