Skip to content

rustdoc: "Methods from Deref<...>" too low on sidebar #85618

Closed
@jsha

Description

@jsha

Steps to reproduce:

  1. Visit https://doc.rust-lang.org/beta/std/string/struct.String.html
  2. Scroll down the sidebar looking for "Methods from Deref<...>"

Expected result:

Methods from Deref section comes immediately after Methods.

Actual result:

Methods from Deref section comes below Trait Implementations, Auto Trait Implementations, and Blanket Implementations.

Compare vs https://doc.rust-lang.org/std/string/struct.String.html, which has the correct ordering.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-rustdoc-uiArea: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions