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: make --passes and --no-defaults have no effect #91900

Merged
merged 1 commit into from
Dec 20, 2021
Merged

rustdoc: make --passes and --no-defaults have no effect #91900

merged 1 commit into from
Dec 20, 2021

Commits on Dec 16, 2021

  1. rustdoc: remove --passes and --no-defaults

    - flags no longer function, see #44136
    - adjust tests to match new behavior
    - removed test issue-42875 (covered regression with --no-defaults)
    - moved input-format to removed flags
    - move all removed flags to bottom
    - note flag removal in command help
    - remove DefaultPassOption enum (now redundant with `show_coverage`)
    pitaj committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    02b94b7 View commit details
    Browse the repository at this point in the history