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.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Documenting the following file:
use std::fmt::Debug; pub fn foo() -> impl Debug {}
The source displays as:
I expected the source to wrap at around 80 characters.
I'm working on a fix.
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#58409 - euclio:impl-trait-wrapping, r=Quiet…
8d1e432
…Misdreavus rustdoc: respect alternate flag when formatting impl trait Fixes rust-lang#58226. Before: <img width="963" alt="screen shot 2019-02-12 at 3 23 30 pm" src="https://user-images.githubusercontent.com/1372438/52665732-4496ea00-2eda-11e9-9e29-efffe43b2abf.png"> After: <img width="964" alt="screen shot 2019-02-12 at 3 23 51 pm" src="https://user-images.githubusercontent.com/1372438/52665733-452f8080-2eda-11e9-999a-dd1fb28dee16.png">
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Documenting the following file:
The source displays as:
I expected the source to wrap at around 80 characters.
I'm working on a fix.
The text was updated successfully, but these errors were encountered: