Skip to content

Commit 79c048a

Browse files
committed
uefi: remove documentation about already removed feature
1 parent 1f8cdfc commit 79c048a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: uefi/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ repository.workspace = true
1313
rust-version.workspace = true
1414

1515
[features]
16+
# KEEP this feature list in sync with doc in lib.rs!
1617
default = [ "log-debugcon" ]
1718
alloc = []
1819

Diff for: uefi/src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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
@@ -59,8 +59,6 @@
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

0 commit comments

Comments
 (0)