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

[beta] Revert "When a dependency does not have a version, git or path… #9912

Merged
merged 2 commits into from
Sep 14, 2021

Commits on Sep 14, 2021

  1. [beta] Revert "When a dependency does not have a version, git or path…

    …, fails directly"
    
    This reverts commit 98d5d10, reversing
    changes made to 3658906.
    
    Reverting rust-lang#9686
    ehuss committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    8f3be5d View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#9906 - camelid:fix-warnings, r=alexcrichton

    Fix warnings from better precision of `dead_code` lint
    
    The lint now ignores derived `Clone` and `Debug` implementations, as of
    PR rust-lang/rust#85200, which landed a couple of days ago.
    
    I sprinkled `#[allow(dead_code)]` in a few places; the fields are not
    expected to be read since they are just part of a very specific test.
    bors authored and ehuss committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    c7b1323 View commit details
    Browse the repository at this point in the history