-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
cleanup rustdoc::html::render to be better encapsulated. #138567
Comments
Anyone? I can do this. @lolbinarycat |
@lolbinarycat I can work on this issue |
alright I will check out other modules |
Zalathar
added a commit
to Zalathar/rust
that referenced
this issue
Apr 10, 2025
…Gomez Clean up librustdoc::html::render to be better encapsulated Closes rust-lang#138567
Zalathar
added a commit
to Zalathar/rust
that referenced
this issue
Apr 10, 2025
…Gomez Clean up librustdoc::html::render to be better encapsulated Closes rust-lang#138567
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 10, 2025
Rollup merge of rust-lang#138605 - xizheyin:issue-138567, r=GuillaumeGomez Clean up librustdoc::html::render to be better encapsulated Closes rust-lang#138567
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A lot of functions are marked as
pub(crate)
, but are not actually called from outside the render module.Additionally, the comment at the top of
render/mod.rs
should probably say that the main entrypoint is the impl ofFormatRenderer
onContext
.The text was updated successfully, but these errors were encountered: