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

rustdoc: Get rid of clean::TypeKind #84464

Merged
merged 6 commits into from
Apr 24, 2021
Merged

rustdoc: Get rid of clean::TypeKind #84464

merged 6 commits into from
Apr 24, 2021

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    1481af9 View commit details
    Browse the repository at this point in the history
  2. Use ItemType in cache

    jyn514 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    f3ef4b2 View commit details
    Browse the repository at this point in the history
  3. Remove TypeKind

    jyn514 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    0a9b2ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fd29bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18ee323 View commit details
    Browse the repository at this point in the history
  6. Fix macro bug in impl From<DefKind> for ItemType

    This was missed a while ago when support for proc-macro attributes was
    first added.
    jyn514 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    ab54197 View commit details
    Browse the repository at this point in the history