ruff/crates/ruff_macros
Martin Fischer 65a3461519 many-to-one 4/9: Rename define_rule_mapping! to register_rules!
Currently the define_rule_mapping! macro generates both the Rule enum as
well as the RuleCodePrefix enum and the mapping between the two.  After
this commit series the macro will only generate the Rule enum and the
RuleCodePrefix enum and the mapping will be generated by a new map_codes
proc macro, so we rename the macro now to fit its new purpose.
2023-02-14 16:16:12 -05:00
..
src many-to-one 4/9: Rename define_rule_mapping! to register_rules! 2023-02-14 16:16:12 -05:00
Cargo.toml Unversion unpublished crates (#2882) 2023-02-14 03:03:49 +00:00