mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-05 22:13:32 +00:00
## Summary We've seen speed-ups in the past by converting from slice iteration to match statements; this just does the same for built-in checks. |
||
|---|---|---|
| .. | ||
| builtins.rs | ||
| future.rs | ||
| identifiers.rs | ||
| keyword.rs | ||
| lib.rs | ||
| logging.rs | ||
| path.rs | ||
| str.rs | ||
| sys.rs | ||
| typing.rs | ||