Skip to content

Commit 6ad48a2

Browse files
authored
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 ```
1 parent 79ab549 commit 6ad48a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
trivial_casts,
1111
trivial_numeric_casts,
1212
unreachable_pub,
13-
unused_extern_crates,
1413
unused_import_braces,
1514
unused_qualifications
1615
)]

0 commit comments

Comments
 (0)