Skip to content
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

rustdoc doesn't mark #[doc(hidden)] fields as omitted #13817

Closed
sfackler opened this issue Apr 28, 2014 · 2 comments
Closed

rustdoc doesn't mark #[doc(hidden)] fields as omitted #13817

sfackler opened this issue Apr 28, 2014 · 2 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sfackler
Copy link
Member

The struct definition here should have // some fields omitted but doesn't: http://sfackler.github.io/rust-phf/doc/phf/struct.PhfMap.html

@sfackler
Copy link
Member Author

cc @alexcrichton

@alexcrichton
Copy link
Member

Closing as a dupe of #13806

arcnmx pushed a commit to arcnmx/rust that referenced this issue Jan 9, 2023
…tside_of_unsafe, r=Veykril

feat: Add an option to hide adjustment hints outside of `unsafe` blocks and functions

As the title suggests: this PR adds an option (namely `rust-analyzer.inlayHints.expressionAdjustmentHints.hideOutsideUnsafe`) that allows to hide adjustment hints outside of `unsafe` blocks and functions:

![2022-12-21_23-11](https://user-images.githubusercontent.com/38225716/208986376-d607de62-8290-4e16-b7fe-15b762dc5f60.png)

Requested by `@BoxyUwU` <3
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