Open
Description
a search for Result::Ok
will show first the method result::Result::ok
, then several aliases such as io::Result::Ok
, then result::Result::Ok
, then more aliases.
there are two changes required to present a more logical order:
- prioritize variants over methods (inspired by this discussion)
- de-prioritize type aliases and variants/fields thereof.