We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8edf4c commit ba32f8eCopy full SHA for ba32f8e
uefi/src/lib.rs
@@ -212,7 +212,7 @@
212
//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
213
//! [unstable features]: https://doc.rust-lang.org/unstable-book/
214
215
-#![cfg_attr(all(feature = "unstable", feature = "alloc"), feature(allocator_api))]
+#![cfg_attr(feature = "unstable", feature(allocator_api))]
216
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
217
#![no_std]
218
#![deny(
0 commit comments