Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc search doesn't include crate names #14779

Closed
emberian opened this issue Jun 9, 2014 · 2 comments
Closed

Doc search doesn't include crate names #14779

emberian opened this issue Jun 9, 2014 · 2 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@emberian
Copy link
Member

emberian commented Jun 9, 2014

If I search for collections in the stdlib docs, I don't get the collections crate.

@emberian
Copy link
Member Author

emberian commented Jun 9, 2014

cc @alexcrichton

@huonw
Copy link
Member

huonw commented Jul 5, 2014

Dupe of #14077.

@huonw huonw closed this as completed Jul 5, 2014
bors added a commit to rust-lang-ci/rust that referenced this issue Nov 13, 2023
…=Veykril

feat: Bool to enum assist

This adds the `bool_to_enum` assist, which converts the type of boolean local variables, fields, constants and statics to a new `enum` type, making it easier to distinguish the meaning of `true` and `false` by renaming the variants.

Closes rust-lang#14779
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants