mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +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());
|
||||
let not_larger_node =
|
||||
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
|
||||
simplified = simplified.substitute_union(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue