You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lolbinarycat opened this issue
Mar 16, 2025
· 4 comments
· May be fixed by #138605
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
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 of FormatRenderer on Context.
The text was updated successfully, but these errors were encountered:
lolbinarycat
added
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
labels
Mar 16, 2025
lolbinarycat
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Mar 16, 2025
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
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: