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 3299c1e commit f3daa6bCopy full SHA for f3daa6b
src/lib.rs
@@ -27,6 +27,7 @@
27
#![feature(optin_builtin_traits)]
28
#![feature(try_trait)]
29
#![feature(abi_efiapi)]
30
+#![feature(negative_impls)]
31
#![no_std]
32
// Enable some additional warnings and lints.
33
#![warn(missing_docs, unused)]
0 commit comments