File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ repository.workspace = true
13
13
rust-version.workspace = true
14
14
15
15
[features ]
16
+ # KEEP this feature list in sync with doc in lib.rs!
16
17
default = [ " log-debugcon" ]
17
18
alloc = []
18
19
Original file line number Diff line number Diff line change 42
42
//! protocol, and see the [`proto`] module for protocol implementations. New
43
43
//! protocols can be defined with the [`unsafe_protocol`] macro.
44
44
//!
45
- //! ## Optional crate features
45
+ //! ## Optional Cargo crate features
46
46
//!
47
47
//! - `alloc`: Enable functionality requiring the [`alloc`] crate from
48
48
//! the Rust standard library. For example, methods that return a
59
59
//! that prints output to the UEFI console. No buffering is done; this
60
60
//! is not a high-performance logger.
61
61
//! - `panic_handler`: Add a default panic handler that logs to `stdout`.
62
- //! - `panic-on-logger-errors` (enabled by default): Panic if a text
63
- //! output error occurs in the logger.
64
62
//! - `unstable`: Enable functionality that depends on [unstable
65
63
//! features] in the nightly compiler.
66
64
//! As example, in conjunction with the `alloc`-feature, this gate allows
You can’t perform that action at this time.
0 commit comments