ruff/crates/ruff_python_stdlib
Charlie Marsh d692ed0896
Use a match statement for builtin detection (#5798)
## 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.
2023-07-16 04:57:57 +00:00
..
src Use a match statement for builtin detection (#5798) 2023-07-16 04:57:57 +00:00
Cargo.toml