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

compile with rust nightly #1

Merged
merged 1 commit into from
Jul 25, 2022
Merged

compile with rust nightly #1

merged 1 commit into from
Jul 25, 2022

Commits on Nov 14, 2020

  1. compile with rust nightly

    rust nightly errors out that the lint is already part of the rust_2018_idioms:
    
    ```
    error[E0453]: warn(unused_extern_crates) incompatible with previous forbid in same scope
      --> /Users/ember/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic_enum-0.1.1/src/lib.rs:13:5
       |
    2  |     rust_2018_idioms,
       |     ---------------- `forbid` level set here
    ...
    13 |     unused_extern_crates,
       |     ^^^^^^^^^^^^^^^^^^^^
    
    error: aborting due to previous error
    ```
    emberian committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    be587f5 View commit details
    Browse the repository at this point in the history