Closed
Description
Steps to reproduce:
- Visit https://doc.rust-lang.org/beta/std/string/struct.String.html
- 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.