-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add #[doc(inline)] in std::task #51478
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
Conversation
Add #[doc(inline)] in `std::task` to make the doc seem right.
(rust_highfive has picked a reviewer for you, use r? to override) |
Unfortunately, because of #51252, this won't actually do anything. If you want the items to appear in the re-exported documentation, you'll need to re-export them one-by-one. |
@QuietMisdreavus Since this PR is not nominated at all, do you feel that #51252 will be resolved in the near future? (e.g. Before Rust 2018 arrives or something like that.) I mean, should i mark this pr blocked or just close it? |
I would personally like to work on fixing that issue. I have a couple other PRs in-flight at the moment, but once one of those lands i would like to turn my attention to that one. In fact, i'll go ahead and accept this so that it can immediately benefit when that happens. @bors r+ rollup |
📌 Commit 02c96d4 has been approved by |
Add #[doc(inline)] in std::task Add #[doc(inline)] in `std::task` to make the nightly docs seem right.
☀️ Test successful - status-appveyor, status-travis |
Add #[doc(inline)] in
std::task
to make the nightly docs seem right.