Skip to content

Commit a59a73e

Browse files
Merge pull request #1194 from rust-osdev/bishop-err-in-core
uefi: Stop enabling `error_in_core` feature
2 parents 9cb1d38 + 225265b commit a59a73e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uefi/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
//! [spec]: https://uefi.org/specifications
8484
//! [unstable features]: https://doc.rust-lang.org/unstable-book/
8585
86-
#![cfg_attr(feature = "unstable", feature(error_in_core))]
8786
#![cfg_attr(all(feature = "unstable", feature = "alloc"), feature(allocator_api))]
8887
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
8988
#![no_std]

0 commit comments

Comments
 (0)