ruff/crates/ruff_macros
Martin Fischer 9011456aa1 refactor: Simplify attribute handling in rule_code_prefix
if_all_same(codes.values().cloned()).unwrap_or_default()

was quite unreadable because it wasn't obvious that codes.values() are
the prefixes. It's better to introduce another Map rather than having
Maps within Maps.
2023-02-10 08:24:22 -05:00
..
src refactor: Simplify attribute handling in rule_code_prefix 2023-02-10 08:24:22 -05:00
Cargo.toml Bump version to 0.0.244 2023-02-08 17:28:59 -05:00