-
Notifications
You must be signed in to change notification settings - Fork 639
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
doc(hidden)
reexports
#2472
Comments
Thanks for reporting this! Seems |
@rustbot claim |
Error: This repository is not enabled to use triagebot. Please let |
futures
andfutures-core
reexport a bunch of things with#[doc(hidden)]
. rust-analyzer will in the future hidedoc(hidden)
items from completions and autoimport (it already does so if the item itself is hidden, it's just not handling hidden reexports yet), so if these reexport are actually intended to be used, they probably shouldn't be hidden; they might instead needdoc(no_inline)
or just no annotation.CC rust-lang/rust-analyzer#7718 (see the discussion at the end) and rust-lang/rust-analyzer#9197.
The text was updated successfully, but these errors were encountered: