Skip to content

Searching for "length" in the documentation should return the "len" methods  #95856

Open
@Badel2

Description

@Badel2
Contributor

Currently searching for "length" results in no results:

https://doc.rust-lang.org/std/?search=length

According to #83968, it used to work.

Activity

SNCPlay42

SNCPlay42 commented on Apr 9, 2022

@SNCPlay42
Contributor

These aliases were removed in #86852 in accordance with this policy.

Badel2

Badel2 commented on Apr 9, 2022

@Badel2
ContributorAuthor

Thanks for pointing that out @SNCPlay42. This was unexpected because searching for "lengt" does return 103 results:

https://doc.rust-lang.org/std/?search=lengt

clubby789

clubby789 commented on Mar 30, 2023

@clubby789
Contributor

@rustbot label +T-rustdoc

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    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

        Participants

        @SNCPlay42@clubby789@Badel2@rustbot

        Issue actions

          Searching for "length" in the documentation should return the "len" methods · Issue #95856 · rust-lang/rust