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
I generated documentation for the fixed crate, and the issue is clear in the documentation for the fixed::traits::Fixed trait.
fixed::traits::Fixed
Version 1.66.1 (90743e7 2023-01-10) produces something like this:
Version 1.67.0-beta.10 (2276448 2023-01-22) produces something like this:
That's over a 1000 characters squashed into a single line.
The text was updated successfully, but these errors were encountered:
Add regression test for rust-lang#107283
3e1a293
The situation is now better, as the excessively long line is now broken.
I think this can be closed.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I generated documentation for the fixed crate, and the issue is clear in the documentation for the
fixed::traits::Fixed
trait.Version 1.66.1 (90743e7 2023-01-10) produces something like this:
Version 1.67.0-beta.10 (2276448 2023-01-22) produces something like this:
That's over a 1000 characters squashed into a single line.
The text was updated successfully, but these errors were encountered: