rust-lang / rustfmt

Format Rust code
https://rust-lang.github.io/rustfmt/
Apache License 2.0
6.05k stars 888 forks source link

document skip_children deprecation #6402

Closed ernieIzde8ski closed 1 day ago

ernieIzde8ski commented 1 day ago

skip_children was deprecated in #3893, but this is not reflected in the documentation:

Configurations.MD#skip_children

ytmimi commented 1 day ago

@ernieIzde8ski skip_children is not deprecated. A while back there was a plan to deprecate the option in a v2.0 release, but that never came to fruition. The option is still valid.