Skip to content

Add better documentation for the Prelude. - #6907

Closed
steveklabnik wants to merge 1 commit into
rust-lang:incomingfrom
steveklabnik:prelude_docs
Closed

Add better documentation for the Prelude.#6907
steveklabnik wants to merge 1 commit into
rust-lang:incomingfrom
steveklabnik:prelude_docs

Conversation

@steveklabnik

Copy link
Copy Markdown
Contributor

No description provided.

@steveklabnik

Copy link
Copy Markdown
ContributorAuthor

🤘

@steveklabnik
steveklabnik deleted the prelude_docs branch October 25, 2017 18:25
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 25, 2021
Move some utils to `clippy_utils::ty`
changelog: none
`clippy_utils::*` has become a giant junk drawer. This is one step to clean it up a bit. One motivation is that I believe the long import statements cause more merge conflicts.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 25, 2021
Move some utils to `clippy_utils::source`
changelog: none
Continues rust-lang#6907
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 25, 2021
…arth
Don't re-export `clippy_utils::diagnostics::*`
changelog: none
Continues rust-lang#6907
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
6907: Lifetime reference search r=matklad a=Veykril
PR rust-lang#6787 but rewritten to make use of the HIR now. This only applies to Lifetimes, not labels. Also Higher-Ranked Trait Bounds aren't supported yet, but I feel like this PR is big enough as is which is why I left them out after noticing I forgot about them.
Supporting renaming required slight changes in the renaming module as lifetime names aren't allowed for anything but lifetimes(and labels) and vice versa for normal names.
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@steveklabnik@graydon@bors