rustfmt
rustfmt copied to clipboard
add missing tracking issue links in Configurations.md
merge_imports is deprecated and style_edition has actually been stable since the release of the 2024 edition.
@ytmimi Thanks for the information. For merge_imports, yes, the first line of the existing description says that it's deprecated. This PR just updates the documentation to be in line with how other deprecated options are documented. example
Regarding style_edition, does that mean that the tracking issue https://github.com/rust-lang/rustfmt/issues/5720 needs to be updated to reflect its stability?