rust-lang / prev.rust-lang.org

The previous Rust website. The current website's code is at https://github.com/rust-lang/www.rust-lang.org.
https://prev.rust-lang.org
Apache License 2.0
151 stars 340 forks source link

doc.rust-lang.org: sort the method names #1186

Closed kud1ing closed 4 years ago

kud1ing commented 6 years ago

I don't know where to put this issue, this is likely not the right repository.

Method names like in https://doc.rust-lang.org/std/collections/struct.HashMap.html are presented on the left hand side in arbitrary order. This makes it very hard to browse.

Deedasmi commented 6 years ago

This is a cargo issue, but I'd recommend opening an issue in doxidize, which will end eventually replace cargo doc

kud1ing commented 6 years ago

I've read somewhere that at least for modules there is an option whether to sort or not. So i am not sure whether this issue here is about "adding this option to the code" or "using that option".

kud1ing commented 4 years ago

The method names are sorted now.