ruff/crates/ruff_python_stdlib
Charlie Marsh a973019358
Rewrite a variety of .contains() calls as matches! statements (#5432)
## Summary

These have the potential to be much more efficient, as we've seen in the
past.
2023-06-28 22:42:27 -04:00
..
src Rewrite a variety of .contains() calls as matches! statements (#5432) 2023-06-28 22:42:27 -04:00
Cargo.toml Remove HashMap and HashSet for known-standard-library detection (#5345) 2023-06-23 19:59:03 +00:00