-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Happens with https://github.com/sdroege/gstreamer-rs/tree/52c013b8348ab3a98bb8475916aa306a3fc664de
If you check gstreamer/src/caps.rs, it has impl Caps
, where type Caps = GstRc<CapsRef>
. That one shows up in the rustdoc index (when searching), but neither on the Caps
type alias docs, nor on the GstRc
docs.
In gstreamer/src/buffer.rs there is impl GstRc<BufferRef>
. That one shows up in the GstRc
docs.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.