Open
Description
If you search for a method in core
trait that has an alias it appears twice on the list.
For example:
https://doc.rust-lang.org/nightly/std/?search=length
This shows core::iter::ExactSizeIterator::len
twice.
This issue is also shown by https://doc.rust-lang.org/nightly/std/?search=reduce.