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

Rollup of 4 pull requests #62066

Closed
wants to merge 9 commits into from
Closed

Commits on Jun 22, 2019

  1. Lint on 'cfg_attr(,).'

    Centril committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    02877ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af710c9 View commit details
    Browse the repository at this point in the history
  3. Fix one missing dyn.

    It's in the documentation of `Unsize`.
    crlf0710 committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    9a08e16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e994d35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0311e7 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#62047 - Centril:cfg-attr-empty-lint, r=este…

    …bank
    
    Trigger `unused_attribute` lint on `#[cfg_attr($pred,)]`
    
    Lint on `#[cfg_attr($pred,)]` as decided in rust-lang#54881 (comment).
    
    Closes rust-lang#54881.
    
    r? @estebank
    Centril committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    3006722 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#62049 - crlf0710:patch-2, r=jonas-schievink

    Fix one missing `dyn`.
    
    It's in the documentation of `Unsize`.
    Centril committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    1a875fc View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#62051 - Centril:unused-derive-, r=petrochenkov

    Lint empty `#[derive()]` as unused attribute.
    
    Closes rust-lang#54651.
    
    cc rust-lang#55112
    
    r? @petrochenkov
    Centril committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    d93b90a View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#62057 - matthewjasper:deny-unnecessary-outl…

    …ives, r=Mark-Simulacrum
    
    Deny explicit_outlives_requirements in the compiler
    Centril committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    83ab33c View commit details
    Browse the repository at this point in the history