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 dead code in rustc_session::Options #84802

Merged
merged 4 commits into from
May 2, 2021

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    85ee3d0 View commit details
    Browse the repository at this point in the history
  2. Don't recompile the same functions for each debugging option

    This reduces the amount of items in the crate by quite a lot.
    jyn514 committed May 1, 2021
    Configuration menu
    Copy the full SHA
    a88a94e View commit details
    Browse the repository at this point in the history
  3. Remove unused parse_pathbuf_push function

    This also remove the `allow(dead_code)`.
    jyn514 committed May 1, 2021
    Configuration menu
    Copy the full SHA
    5cf4499 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b19c02c View commit details
    Browse the repository at this point in the history