mirror of https://github.com/astral-sh/ruff
The old if layout couldn't differentiate between an else block with a single if statement and an elif statement. Additionally we getting rid of the recursion in favor of a single if struct with a vec of elif/else children. This is accompanied by a big refactoring in ruff which removes a bunch of TODOs and false negatives. |
||
|---|---|---|
| .. | ||
| builtin.rs | ||
| generic.rs | ||
| impls.rs | ||
| lib.rs | ||
| ranged.rs | ||