You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the default behavior of rustfmt to not to format sub-modules of the given files by default. The behavior of cargo fmt will not change with this proposal.
Steps
Change the default behavior of rustfmt to not to format sub-modules
Deprecate --skip-children (as it will the default)
Add -r,--recursive command line option, when if present, rustfmt will format the given files and their sub-modules (the current default)
The text was updated successfully, but these errors were encountered:
Summary
Change the default behavior of rustfmt to not to format sub-modules of the given files by default. The behavior of
cargo fmt
will not change with this proposal.Steps
--skip-children
(as it will the default)-r,--recursive
command line option, when if present, rustfmt will format the given files and their sub-modules (the current default)The text was updated successfully, but these errors were encountered: