Skip to content

rustdoc: Descriptions on statics disrupt the layout #16150

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

Closed
passcod opened this issue Jul 31, 2014 · 1 comment
Closed

rustdoc: Descriptions on statics disrupt the layout #16150

passcod opened this issue Jul 31, 2014 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@passcod
Copy link
Contributor

passcod commented Jul 31, 2014

Using this sample source file: https://gist.github.com/passcod/748067f10d2aa4ecaa4e

Single-line description on static:

static-doc-1


Multi-line:

static-doc-2


That makes documenting statics useless at best when rendering the docs.

@alexcrichton
Copy link
Member

The values of statics are no longer rendered, so this is now fixed!

bors added a commit to rust-lang-ci/rust that referenced this issue Jan 3, 2024
internal: Move out `WithFixture` into dev-dep only crate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants