ruff/crates/ruff_cli
Martin Fischer 179ead0157 many-to-one 2/9: Newtype Rule::noqa_code return type
Rule::noqa_code previously return a single &'static str,
which was possible because we had one enum listing all
rule code prefixes. This commit series will however split up
the RuleCodePrefix enum into several enums ... so we'll end up
with two &'static str ... this commit wraps the return type
of Rule::noqa_code into a newtype so that we can easily change
it to return two &'static str in the 6th commit of this series.
2023-02-14 16:16:12 -05:00
..
src many-to-one 2/9: Newtype Rule::noqa_code return type 2023-02-14 16:16:12 -05:00
tests feat(cli): let --statistics show fixable codes (#2659) 2023-02-09 19:36:31 -05:00
Cargo.toml Re-enable custom allocators (#2876) 2023-02-14 02:37:22 +00:00