We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87637c commit 42ac702Copy full SHA for 42ac702
1 file changed
bon/tests/integration/main.rs
@@ -12,7 +12,11 @@
12
)]
13
// This catches the problem of `clippy::empty_enum` lint triggering.
14
// This lint is enabled only when `feature(never_type)` is enabled.
15
-#![cfg_attr(nightly, allow(unstable_features), feature(never_type))]
+#![cfg_attr(
16
+ nightly,
17
+ allow(unstable_features, unused_features),
18
+ feature(never_type)
19
+)]
20
21
#[cfg(feature = "alloc")]
22
extern crate alloc;
0 commit comments