We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be nice if rust-mode allowed formatting only specific lines of a file, analogously to clang-format's clang-format-region.
clang-format-region
The necessary support to format only certain parts of a file is already present upstream in rustfmt by using the file_lines command line argument.