Skip to content

Commit a5d8c3e

Browse files
Remove attribute to enable const_panic
This feature was recently stabilized in nightly, so enabling it started producing a warning: > warning: the feature `const_panic` has been stable since 1.57.0 and no > longer requires an attribute to enable This warning causes the CI to fail.
1 parent 87db820 commit a5d8c3e

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
@@ -29,7 +29,6 @@
2929
#![feature(try_trait_v2)]
3030
#![feature(abi_efiapi)]
3131
#![feature(negative_impls)]
32-
#![feature(const_panic)]
3332
#![no_std]
3433
// Enable some additional warnings and lints.
3534
#![warn(missing_docs, unused)]

0 commit comments

Comments
 (0)