Skip to content

Commit f3daa6b

Browse files
gzGabrielMajeri
authored andcommitted
Fix compilation on latest nightly.
Add the negative_impls feature.
1 parent 3299c1e commit f3daa6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#![feature(optin_builtin_traits)]
2828
#![feature(try_trait)]
2929
#![feature(abi_efiapi)]
30+
#![feature(negative_impls)]
3031
#![no_std]
3132
// Enable some additional warnings and lints.
3233
#![warn(missing_docs, unused)]

0 commit comments

Comments
 (0)