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

Remove unnecessary fields and parameters in rustdoc #84458

Merged
merged 6 commits into from
Apr 24, 2021

Commits on Apr 22, 2021

  1. Remove unnecessary crate_name parameter to after_krate

    It's always `tcx.crate_name(LOCAL_CRATE)`, it doesn't need to be passed
    in separately.
    jyn514 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f435f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68db586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    640cc74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    423963c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f6d540 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edb60a9 View commit details
    Browse the repository at this point in the history