-
Notifications
You must be signed in to change notification settings - Fork 898
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
Format long numeric literals #3594
Comments
|
The rustfmt tool is not made for fixing such things |
What I mean is not fixing those clippy lints. But rustfmt could format those long |
@lzutao Given the assert expression in the description, what would you expect the formatting to be ? |
This is something rustfix is great for, but is not something that fits in rustfmt's purview and thus is not something we'll implement |
I got this warning from clippy:
It would be better if rustfmt can handle it automatically.
The text was updated successfully, but these errors were encountered: