rustdoc shows associated type in supertrait bound twice when both Deref and DerefMut have a Target
bound
#122928
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
This is visible here:
Compared to the actual sources, the
Target = [u8]
is duplicated atDeref
but missing atDerefMut
.(On
DerefMut
the constraint is redundant, that is likely what is throwing rustdoc off.)Cc @rust-lang/rustdoc
The text was updated successfully, but these errors were encountered: