-
Notifications
You must be signed in to change notification settings - Fork 44
cargo fmt doesn't respect the passed files #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think it makes more sense to use |
I think so too. The only missing bit is to keep the |
I documented this briefly in docs/formatters.md . Let's add all the formatters and their support status there. |
…oncurrency' (#30) from feat/concurrency-refactor into main Reviewed-on: https://git.numtide.com/numtide/treefmt/pulls/30
Kind of, when you have a mix of packages that use different editions, |
Then it does sound like I found this issue discussing this missing feature (the fact that you can't |
Uh oh!
There was an error while loading. Please reload this page.
cargo fmt
parses the Cargo.toml and then generates its own list of files to format.You can see that 3095550 rustfmt is being invoked with the list of files of the project, plus the one passed as an argument.
The text was updated successfully, but these errors were encountered: