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

Conversation

emberian
Copy link
Contributor

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

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
```
@brandenburg
Copy link
Contributor

Thank you for fixing this; I need it as well. In case anyone wonders, here's some context to the change.

@brain0 brain0 merged commit 0c669f9 into brain0:master Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants