We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cb1d38 + 225265b commit a59a73eCopy full SHA for a59a73e
uefi/src/lib.rs
@@ -83,7 +83,6 @@
83
//! [spec]: https://uefi.org/specifications
84
//! [unstable features]: https://doc.rust-lang.org/unstable-book/
85
86
-#![cfg_attr(feature = "unstable", feature(error_in_core))]
87
#![cfg_attr(all(feature = "unstable", feature = "alloc"), feature(allocator_api))]
88
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
89
#![no_std]
0 commit comments