File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ repository.workspace = true
1313rust-version.workspace = true
1414
1515[features ]
16+ # KEEP this feature list in sync with doc in lib.rs!
1617default = [ " log-debugcon" ]
1718alloc = []
1819
Original file line number Diff line number Diff line change 4242//! protocol, and see the [`proto`] module for protocol implementations. New
4343//! protocols can be defined with the [`unsafe_protocol`] macro.
4444//!
45- //! ## Optional crate features
45+ //! ## Optional Cargo crate features
4646//!
4747//! - `alloc`: Enable functionality requiring the [`alloc`] crate from
4848//! the Rust standard library. For example, methods that return a
5959//! that prints output to the UEFI console. No buffering is done; this
6060//! is not a high-performance logger.
6161//! - `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.
6462//! - `unstable`: Enable functionality that depends on [unstable
6563//! features] in the nightly compiler.
6664//! As example, in conjunction with the `alloc`-feature, this gate allows
You can’t perform that action at this time.
0 commit comments