ruff/crates/ruff_macros
Micha Reiser e863fa55cb
Rename ConfigurationOptions derive macro to OptionsMetadata
## Summary

It's common practice to name derive macros the same as the trait that they implement (`Debug`, `Display`, `Eq`, `Serialize`, ...). 

This PR renames the `ConfigurationOptions` derive macro to `OptionsMetadata` to match the trait name.

## Test Plan

`cargo build`
2023-09-27 09:04:26 +02:00
..
src Rename ConfigurationOptions derive macro to OptionsMetadata 2023-09-27 09:04:26 +02:00
Cargo.toml Remove parser dependency from ruff-python-ast (#6096) 2023-07-26 17:47:22 +02:00