We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found in an attempt to format this. Haven't found a minimal reproduction yet, sorry
rustfmt.toml:
rustfmt.toml
error_on_line_overflow = true max_width = 100 imports_granularity = "Crate"
Version: rustfmt 1.7.0-nightly (7f2fc33d 2024-04-22)
rustfmt 1.7.0-nightly (7f2fc33d 2024-04-22)
The text was updated successfully, but these errors were encountered:
It's the long string literal on line 86 thats preventing formatting. rustfmt can't fit that string literal within the max_width so it fails to reformat the entire method call chain.
max_width
This is another duplicate of #3863
Sorry, something went wrong.
No branches or pull requests
Found in an attempt to format this. Haven't found a minimal reproduction yet, sorry
rustfmt.toml
:Version:
rustfmt 1.7.0-nightly (7f2fc33d 2024-04-22)
The text was updated successfully, but these errors were encountered: