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
# Which issue does this PR close?
None
# Rationale for this change
CI is currently failing on rustdoc as some new warnings were recently
added
# What changes are included in this PR?
Two offending lines are already guarded with `#[doc(hidden)]` so they
have been converted to regular comments.
The other warning is about referencing a private struct from a private
`new`. For this I've disabled the warning.
# Are these changes tested?
Docs only
# Are there any user-facing changes?
No
0 commit comments